@media print, screen and (min-width: 981px) {
  @font-face {
    font-family: 'NotoSansJP-Regular';
    src: url('/academy/wp-content/themes/like-academy/common/fonts/NotoSansJP-Regular.woff2') format('woff2'), url('/academy/wp-content/themes/like-academy/common/fonts/NotoSansJP-Regular.woff') format('woff');
  }
  @font-face {
    font-family: 'NotoSansJP-Medium';
    src: url('/academy/wp-content/themes/like-academy/common/fonts/NotoSansJP-Medium.woff2') format('woff2'), url('/academy/wp-content/themes/like-academy/common/fonts/NotoSansJP-Medium.woff') format('woff');
  }
  @font-face {
    font-family: 'NotoSansJP-Bold';
    src: url('/academy/wp-content/themes/like-academy/common/fonts/NotoSansJP-Bold.woff2') format('woff2'), url('/academy/wp-content/themes/like-academy/common/fonts/NotoSansJP-Bold.woff') format('woff');
  }
  @font-face {
    font-family: 'ZenMaruGothic-Bold';
    src: url('/academy/wp-content/themes/like-academy/common/fonts/ZenMaruGothic-Bold.woff2') format('woff2'), url('/academy/wp-content/themes/like-academy/common/fonts/ZenMaruGothic-Bold.woff') format('woff');
  }
  @font-face {
    font-family: 'ZenMaruGothic-Medium';
    src: url('/academy/wp-content/themes/like-academy/common/fonts/ZenMaruGothic-Medium.woff2') format('woff2'), url('/academy/wp-content/themes/like-academy/common/fonts/ZenMaruGothic-Medium.woff') format('woff');
  }
  @font-face {
    font-family: 'ZenMaruGothic-Regular';
    src: url('/academy/wp-content/themes/like-academy/common/fonts/ZenMaruGothic-Regular.woff2') format('woff2'), url('/academy/wp-content/themes/like-academy/common/fonts/ZenMaruGothic-Regular.woff') format('woff');
  }
  .preview {
      border: red 2px solid;
  }
  .mainvisual-low, div.pankuzu {
    display: none;
  }
  body {
    font-size: 14px;
    font: unset;
    /*font-family: 'NotoSansJP-Medium';
    font-family: 'Noto Sans JP','Helvetica Neue',Arial,'Hiragino Kaku Gothic ProN','Hiragino Sans',Meiryo,sans-serif;*/
    color: #333333;
    font-family: 'ZenMaruGothic-Medium';
  }
  #contents {
    /* margin-top: 95px; */
  }
  p{
    font-size: 14px;
    line-height: 1.7;
  }
  .bold {
    font-family: 'NotoSansJP-Bold';
  }
  .ZenMaruGothic-Bold{
    font-family: 'ZenMaruGothic-Bold';
  }
  .ZenMaruGothic-Medium{
    font-family: 'ZenMaruGothic-Medium';
  }
   .note{
    font-size: 13px;
  }
  a:hover {
    opacity: 1;
    position: relative
  }
  .move {
    transition: .3s;
    display: block;
  }
  a.move:hover {
    transform: translate3d(0, 5px, 0);
  }
  a.btn {
    width: 290px;
    display: block;
    height: 40px;
    line-height: 40px;
    border: 2px solid #FF8E96;
    text-align: center;
    border-radius: 10px;
    color: #FF8E96;
    font-family: 'ZenMaruGothic-Bold';
    position: relative;
    background-color: #fff;
  }
  a.btn::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid;
    border-left: 1px solid;
    transform: rotate(135deg);
    position: absolute;
    right: 20px;
    top: 45%;
  }
  a.detail {
    display: inline-block;
    font-size: 14px;
    float: right;
  }
  a.detail::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #333;
    vertical-align: middle;
    margin-right: 10px;
  }
  .cont_wrap {
    max-width: 960px;
    overflow: unset;
    margin-bottom: 0;
    padding-top: 0;
  }
  h2, h3, h4 {
    background: transparent;
    padding: 0;
    border: 0;
    margin: 0 0 20px 0;
    color: #444444;
    line-height: 1.4;
  }
  h2 span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: normal;
    font-family: 'ZenMaruGothic-Bold';
    margin-bottom: 40px;
    font-size: 32px;
    width: 100%;
  }
  h2 span::before,h2 span::after {
    content: "";
    display: inline-block;
    width: 415px;
    height: 16px;
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/h2_line.png);
    background-repeat: repeat-x;
    margin-top: 8px;
  }

  h2 img{
    margin-top: 5px;
  }
  h3 {
    display: flex;
    margin-top: 20px;
    justify-content: flex-start;
    align-items: center;
    font-family: 'ZenMaruGothic-Medium';
    font-weight: normal;
    font-size: 22px;
  }
  h3 span {
    margin: 0 10px;
  }
  h3 img{
    margin-top: 5px;
  }
  h4 {
    font-size: 16px;
    color: #FF8E96;
    margin: 0;
    font-weight: normal;
    font-family: 'ZenMaruGothic-Bold';
    display: flex;
    align-items: center;
  }
  h4 img{
    margin-right: 5px;
  }
  h4::before {
    display: none;
  }
  .column {
    margin-bottom: 40px;
  }
  .column2, .column3, .column4 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .column2 .grid {
    width: 48%;
  }
  .column3 .grid {
    width: calc(96% / 3);
    margin-right: 2%;
  }
  .column3 .grid:nth-of-type(3n) {
    margin-right: 0;
  }
  .column4 .grid {
    width: calc(94% / 4);
    margin-right: 2%;
  }
  .column4 .grid:nth-of-type(4n) {
    margin-right: 0;
  }
  .grid {
    position: relative;
  }
  .grid img {
    max-width: 100%;
  }
  table.pink_table {
    width: 100%;
    font-size: 14px;
  }
  /*table.pink_table tr:first-of-type th, table.pink_table tr:first-of-type td {
    border-top: 1px solid #CCCCCC;
  }*/
  table.pink_table th {
    background: #FFF5F6;
    color: #FF8E96;
    width: 140px;
    padding: 10px;
    border-bottom: 1px solid #FF8E96;
    text-align: left;
    font-family: 'ZenMaruGothic-Bold';
    line-height: 1.7;
  }
  table.pink_table td {
    padding: 10px;
    border-bottom: 1px solid #FF8E96;
    text-align: left;
    line-height: 1.7;
  }
  table.pink_table iframe {
    width: 100%;
    height: 320px;
    margin: 20px 0;
  }
  /*CVエリア*/
  .cv {
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/bg_dot.jpg);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
  .cv .column2 {
    width: 100%;
    gap: 2%;
  }
  .cv .column2 .grid {
    width: 49%;
  }
  .cv .column2 .grid:first-of-type{
    display: flex;
    flex-wrap: wrap;
  }
  .cv .cv_wrap_booking-area{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
  }
  .cv .cv_wrap_booking-area p{
    font-family: 'ZenMaruGothic-Bold';
    text-align: center;
    font-size: 1.5em;
    color: #7b4912;
    width: 100%;
    margin-top: 1em;
  }
  .cv .cv_wrap_booking-area p svg{
    vertical-align: middle;
    margin-right: .25em;
    line-height: 1;
    margin-bottom: 2px;
  }
  .cv .cv_wrap_booking-area a{
    color: #fff;
    width: 40%;
    padding: 1.5em .5em 1.5em 0;
    text-align: center;
    border-radius: 10px;
    letter-spacing: 0.1rem;
    position: relative;
  }
  .cv .cv_wrap_booking-area a::after{
    content: "";
    display: inline-block;
    background: url(/academy/wp-content/themes/like-academy/common/images/arrow3s.png) center center;
    width: 10px;
    height: 11px;
    position: absolute;
    right: 5%;
    top: 0;bottom: 0;
    margin: auto;
  }
  .cv .cv_wrap_booking-area a.parents{
    background: #ff6570;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ff8991), color-stop(51%,#ff6570));
    background: -webkit-linear-gradient(top, #ff8991 50%,#ff6570 51%);
    background: linear-gradient(to bottom, #ff8991 50%,#ff6570 51%);
    border: 2px solid #f55d68;
  }
  .cv .cv_wrap_booking-area a.seeker{
    background: #8bd928;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#a9e54e), color-stop(51%,#87d81e));
    background: -webkit-linear-gradient(top, #a9e54e 50%, #87d81e 51%);
    background: linear-gradient(to bottom, #a9e54e 50%, #87d81e 51%);
    border: 2px solid #77b71e;
    cursor: pointer;
  }
  .cv a {
    margin: 10px 0;
  }
  .cv .grid:last-of-type a{
     margin-top: 14px;
  }
  .cv p,#inspection .dot_bg p {
    line-height: 1.7;
  }
  .cv .orange,#inspection .dot_bg .orange {
   font-size: 16px;
    color: #E49000;
  }
  .cv .tel::before,#inspection .dot_bg .tel::before {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/icon_tel02.png);
    background-size: cover;
    margin-right: 4px;
   }
  #inspection .column2{
    justify-content: space-between;
  }
  #inspection .grid:first-of-type .dot_bg a{
    color: #fff;
    width: 43%;
    padding: 1.5em .5em 1.5em 0;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
    margin: 10px 3% 5px;
    position: relative;
    box-sizing: border-box;
  }
  #inspection .grid:first-of-type .dot_bg a::after{
    content: "";
    display: inline-block;
    background: url(/academy/wp-content/themes/like-academy/common/images/arrow3s.png) center center;
    width: 10px;
    height: 11px;
    position: absolute;
    right: 5%;
    top: 0;bottom: 0;
    margin: auto;
  }
  #inspection .grid:first-of-type .dot_bg a.parents{
    background: #ff6570;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ff8991), color-stop(51%,#ff6570));
    background: -webkit-linear-gradient(top, #ff8991 50%,#ff6570 51%);
    background: linear-gradient(to bottom, #ff8991 50%,#ff6570 51%);
    border: 2px solid #f55d68;
  }
  #inspection .grid:first-of-type .dot_bg a.seeker{
    background: #8bd928;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#a9e54e), color-stop(51%,#87d81e));
    background: -webkit-linear-gradient(top, #a9e54e 50%, #87d81e 51%);
    background: linear-gradient(to bottom, #a9e54e 50%, #87d81e 51%);
    border: 2px solid #77b71e;
    cursor: pointer;
  }
  
  /*ヘッダー --------------------------------------*/
  header{
    /* position: fixed; */
    position: sticky;
    z-index: 99;
    left: 0;
    top: 0;
  }
  header .header_inner {
    overflow: hidden;
    max-width: 96%;
    width: 1366px;
    margin: 0 auto;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    align-items: flex-start;
  }
  header .header_inner .head_left {
    width: 200px;
    display: block;
  }
  header .header_inner .head_left .l1 img {
    width: 200px;
  }
  header .header_inner .head_right {
    display: flex;
    width: 1004px;
    max-width: 100%;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column-reverse;
  }
  header .header_inner .head_right ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  header .header_inner .head_right li a{
    background: #F7ADBA;
    padding: 5px 10px;
    border-radius: 5px;
    line-height: 1;
    margin-right: 5px;
    margin-top: 5px;
    position: relative;
  }
  header .header_inner .head_right li:nth-child(1) a{
    background: #F7ADBA;
  }
  header .header_inner .head_right li:nth-child(2) a{
    background: #F9DCE7;
  }
  header .header_inner .head_right li:nth-child(3) a{
    background: #FBD6BC;
  }
  header .header_inner .head_right li:nth-child(4) a{
    background: #FAF8C7;
  }
  header .header_inner .head_right li:nth-child(5) a{
    background: #E2EEC4;
  }
  header .header_inner .head_right li:nth-child(6) a{
    background: #D2EDFA;
  }
  header .header_inner .head_right li:nth-child(7) a{
    background: #D9E3F2;
  }
  header .header_inner .head_right li:nth-child(8) a{
    background: #D8D6EB;
  }
  header .header_inner .head_right li:nth-child(9) a {
    background: #FDE4E7;
    padding: 3px 9px 3px 6px;
  }
  header .header_inner .head_right .inquiry{
    margin: 0 0 0 auto;
  }
  header .header_inner .head_right .header_booking-area{
    font-family: 'ZenMaruGothic-Bold';
    display: flex;
    align-items: center;
    gap: 1em;
    margin: 0px 5px 13px auto;
  }
  header .header_inner .head_right .header_booking-area p{
    color: #5D3235;
    font-size: 1.1em;
  }
  header .header_inner .head_right .header_booking-area p svg{
    vertical-align: middle;
    margin-right: .25em;
    line-height: 1;
    margin-bottom: 1px;
  }
  header .header_inner .head_right .header_booking-area a{
    color: #fff;
    width: 11em;
    padding: .5em;
    text-align: center;
    border-radius: 99em;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 13%);
    letter-spacing: 0.1rem;
  }
  header .header_inner .head_right .header_booking-area a.parents{
    background: #ff6570;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ff8991), color-stop(51%,#ff6570));
    background: -webkit-linear-gradient(top, #ff8991 50%,#ff6570 51%);
    background: linear-gradient(to bottom, #ff8991 50%,#ff6570 51%);
  }
  header .header_inner .head_right .header_booking-area a.seeker{
    background: #8bd928;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#a9e54e), color-stop(51%,#87d81e));
    background: -webkit-linear-gradient(top, #a9e54e 50%, #87d81e 51%);
    background: linear-gradient(to bottom, #a9e54e 50%, #87d81e 51%);
    cursor: pointer;
  }
  #sns_pc{
    cursor: pointer;
  }
  .sns_pc_area {
    display: none;
    position: fixed;
    margin-right: -490px;
    right: 50%;
  }
  header .header_inner .sns_pc_area{
    margin-right: unset;
    right: -5px;
  }
  .sns_pc_area.active{
    display: block;
  }
  .sns_pc_area ul{
    position: relative;
    background: #F6F6F6;
    border: 1px solid #ccc;
    border-radius: 50px;
    display: flex;
    padding: 10px 20px ;
    margin-top: 20px;
  }
  header .header_inner .sns_pc_area ul{
    width: auto;
  }
 .sns_pc_area ul::after {
    content: "";
    display: block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #F6F6F6;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 40px;
  }
  .sns_pc_area ul::before {
    content: "";
    display: block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ccc;
    border-left: 10px solid transparent;
    position: absolute;
    top: -11px;
    right: 40px;
  }
  .sns_pc_area img{
    width: 30px;
    height: auto;
  }
  header .header_inner .head_right li:nth-child(9) .sns_pc_area a {
    background: transparent;
    margin: 0;
    padding: 0 10px;
  }
  
  .return_btn_wrap {
    margin: .75em auto 0 0;
  }
  .return_btn {
    width: fit-content;
  }
  .return_btn a {
    color: #FF6570;
    font-size: 13px;
    border-bottom: 1px solid;
    padding-right: 0.25em;
  }
  .return_btn a:hover{
    border-color: transparent;
  }
  .return_btn a::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid;
    border-left: 1px solid;
    transform: rotate(-45deg);
    position: relative;
    left: 2px;
    margin-right: 10px;
  }

  header .inquiry a {
      font-size: 11px;
      padding: 5px 20px;
  }
    header .inquiry .inquiry_tel {
      font-size: 14px;
      margin-left: 0;
  }
  
  
  /*タイトル--------------------------------------*/
  .ttl_area {
    text-align: center;
    padding: 23px 0 20px;
    background-size: 960px 537px;
    width: 99vw;
    margin: 0 calc(50% - 50vw) 50px;
   }
  .ttl_area h1 {
    color: #5D3235;
    font-size: 28px;
    font-family: 'ZenMaruGothic-Bold';
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 960px;
    height: 139px;
    line-height: 1.4;
    position: relative;
  }
   .ttl_area h1 span {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    }
  /*.ttl_area h1::before {
    content: "";
    display: block;
    width: 111px;
    height: 100px;
    background: url(/academy/wp-content/themes/like-academy/img/establishment/icon_nijiiro.png);
    background-size: 100%;
  }*/
  /*MVスライダー--------------------------------------*/
  .mv_slider {
    position: relative;
    margin-bottom: 30px;
    padding-top: 20px;
  }
  .mv_slider::before {
    display: block;
    content: "";
    width: 832px;
    height: 400px;
    border: 4px solid #FFC2C6;
    border-top: 0;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0px;
}
  .mv_slider .slick-slide {
    width: 792px;
    height: 360px;
    margin: 0 40px;
    position: relative;
    overflow: hidden;
  }
.mv_slider img{
	opacity: 0;
}
.mv_slider .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    width: 792px;
    height: 360px;
    object-fit: cover;
	opacity: 1;
}
  .mv_slider .slick-arrow {
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 180px;
    z-index: 1;
  }
  .mv_slider .slick-next {
    right: 50%;
    margin-right: -467px;
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/slick_arrow_next.png);
  }
  .mv_slider .slick-prev {
    left: 50%;
    margin-left: -467px;
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/slick_arrow_prev.png);
  }
  .mv_slider .slick-next::before {
    left: 20px;
  }
  .mv_slider .slick-prev::before {
    border-width: 0 0 3px 3px;
    right: 22px;
  }
  /*園の紹介--------------------------------------*/
  #introduction {
    margin: 40px 0;
  }
  #introduction h2 span::before, #introduction h2 span::after {
    width: 397px;
  }
  #introduction #about {
    margin-bottom: 40px;
  }
  #introduction #about h4{
    font-size: 16px;
    color:#FF8E96;
    margin-bottom: 20px;
    font-weight: normal;
  }
  #introduction #about .box{
    background: #FFF5F6;
    padding: 20px;
  }
  #introduction #about .box{
    background: #FFF5F6;
    padding: 20px;
  }
  #introduction #about .box .text {
    overflow: hidden;
   }
  #introduction #about .box .text .img {
    float: right;
    margin-left: 20px;
    text-align: center;
  }
#introduction #about .box .text .img img {
    border-radius: 10px;
    width: 120px;
    height: 120px;
    object-fit: cover;
}
#introduction #about .box .text p.encho_name {
    text-align: right;
    margin-top: 20px;
}
  #introduction #news_avail_info {
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/bg_introduction.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-bottom: 100px;
  }
  #introduction #news_avail_info .column2{
    justify-content: space-between;
  }
  dl.news {
    display: flex;
    flex-wrap: wrap;
  }
  dl.news dt {
    width: 20%;
    border-bottom: 1px solid #DFDFDF;
    font-size: 13px;
    display: flex;
    align-items: center;
  }
  dl.news dd {
    width: calc(80% - 40px);
    border-bottom: 1px solid #DFDFDF;
    padding: 10px 0;
    position: relative;
    padding-right: 40px;
    font-size: 15px;
  }
  dl.news dd::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid;
    border-left: 1px solid;
    transform: rotate(135deg);
    position: absolute;
    right: 20px;
    top: 45%;
  }
  p.past {
    text-align: right;
    padding-top: 10px;
    font-size: 13px;
  }
  .avail_info .h3_wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
   }
  .avail_info .h3_wrap p.date {
    margin-bottom: 18px;
   }
  .avail_info .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .avail_info h5 {
    text-align: left;
  }
  .avail_info p.date {
    font-size: 14px;
    font-family: 'ZenMaruGothic-Bold';
    margin-bottom: 10px;
  }
  .avail_info table {
    width: 100%;
  }
  .avail_info th, .avail_info td {
    border: 1px solid #CCCCCC;
    height: 30px;
    vertical-align: middle;
    text-align: center;
  }
  .avail_info th {
    width: 12.5%;
    background: #ffeff0;
  }
  .avail_info span.maru, .avail_info span.hyphen {
    font-size: 14px;
  }
  .avail_info span.maru {
    color: #ff8e96;
  }
  .avail_info span.sankaku {
    color: #0b80bc;
  }
  .avail_info span.triangle {
    color: #f9bc3d;
    font-size: 15px;
    text-shadow: none;
    letter-spacing: 1px;
  }
  .avail_info span.hyphen {
    color: #777777;
    font-weight: normal;
  }
  .avail_info span.batsu {
    color: #777777;
    font-size: 22px;
    font-weight: normal;
    line-height: 0.8;
    /* margin-top: 0px; */
    display: block;
  }
  .description {
    text-align: left;
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-top: 10px;
    font-size: 15px;
  }
  .description span {
    margin-right: 6px;
    margin-left: 20px;
  }
  .description span.maru {
    margin-left: 0px;
  }
  .description span.batsu {
    display: inline-block;
    position: relative;
    top: 3px;
  }
  p.note {
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
  }
  .avail_detail {
    margin: 40px 0;
  }
  .avail_detail h5 {
    font-size: 24px;
    line-height: 1.4;
  }
  /*保育概要--------------------------------------*/
  #overview {
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/bg_overview.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 127px;
}
  #overview a.btn.map {
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/icon_map.png);
    background-repeat: no-repeat;
    background-position: left 70px center;
  }
  #overview a.btn.map::after {
    display: none;
  }
  #overview p.address {
    margin-bottom: 10px;
  }
  /*保育園の取り組み--------------------------------------*/
  #attempt .grid{
    margin-bottom: 10px;
  }
   #attempt .column2 {
    justify-content: space-between;
   }
   #attempt .grid .column2 .grid:first-of-type {
    /*width: 32%;*/
     width: 48%;
   }
   #attempt .grid .column2 .grid:last-of-type {
    /*width: 64%;*/
     width: 48%;
   }
   /*#attempt .column2 .column2 .grid {
    margin-right: 10px;
    width: calc(48% - 10px);
   }*/
  #attempt h4 {
    margin-bottom: 10px;
    font-weight: normal;
  }
  #attempt .grid img {
    margin-bottom: 10px;
    border-radius: 10px;
    /*width: 225px;
    height: 225px;*/
    width: 220px;
    height: 220px;
    object-fit: cover;
}
  /*1日のようす--------------------------------------*/
  #schedule .age0, #schedule .age1-5 {
    margin-bottom: 10%;
  }
  /*スライダー*/
.slider {
  display: none;
}
.slider.slick-initialized {
  display: block;
}
  .slider.slick-slider {
    padding-left: 50px;
  }
  #schedule .slick-dotted.slick-slider {
    margin-bottom: 55px;
   }
  .slider .slick-slide {
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/bg_stripe.png);
    background-color: #FFE5E7;
    padding: 20px;
    width: 274px;
    height: auto;
    margin: 0 10px;
    position: relative;
    overflow: hidden;
  }
  .slider .slick-slide:nth-of-type(1),.slider .slick-slide:nth-of-type(9){
    background-color: #FFE5E7;
  }
  .slider .slick-slide:nth-of-type(2),.slider .slick-slide:nth-of-type(10){
    background-color: #FFF2D9;
  }
  .slider .slick-slide:nth-of-type(3),.slider .slick-slide:nth-of-type(11){
    background-color: #FEFFD2;
  }
  .slider .slick-slide:nth-of-type(4),.slider .slick-slide:nth-of-type(12){
    background-color: #E8FFD2;
  }
  .slider .slick-slide:nth-of-type(5),.slider .slick-slide:nth-of-type(13){
    background-color: #D2FFF4;
  }
  .slider .slick-slide:nth-of-type(6),.slider .slick-slide:nth-of-type(14){
    background-color: #D9E7FF;
  }
  .slider .slick-slide:nth-of-type(7),.slider .slick-slide:nth-of-type(15){
    background-color: #F9E5FF;
  }
  .slider .slick-slide:nth-of-type(8),.slider .slick-slide:nth-of-type(16){
    background-color: #FFDED9;
  }

  .slick-track {
    display: flex !important;
  }
  .slick-slide {
    height: auto !important;
  }
  .slider .slick-slide .img {
    position: relative;
  }
  .slider .slick-slide img {
    display: block;
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
  }

  .slider .slick-arrow {
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 210px;
    z-index: 1;
  }
  .slider .slick-next {
    right: 0;
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/slick_arrow_next02.png);
  }
  .slider .slick-prev {
    left: 0;
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/slick_arrow_prev02.png);
  }
  .slider .slick-next::before {
    left: 20px;
  }
  .slider .slick-prev::before {
    border-width: 0 0 3px 3px;
    right: 22px;
  }
   .slider .slick-prev.slick-disabled {
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/slick_arrow_prev02_gray.png);
   }
   .slider .slick-next.slick-disabled {
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/slick_arrow_next02_gray.png);
   }
  .slick-dots li button {
    box-shadow: none;
  }
  .slider .slick-dots {
    text-align: center;
    bottom: -40px;
    margin-left: -50px;
  }
  .slider .slick-dots li {
    display: inline-block;
  }
  .slider .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 6px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #bcbcbc;
    border-radius: 50%;
  }
  .slider .slick-dots .slick-active button {
    background: #333333;
  }
  span.accBtn {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  #schedule h4 {
    margin-bottom: 5px;
  }
#schedule img.schedule_img {
    border-radius: 10px;
    width: 274px;
    height: 172px;
    object-fit: cover;
}
  #schedule img.time_img {
    margin-top: -50px;
    margin-left: 10px;
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
    width: auto;
  }

  
  
  
  /*にじいろ保育園の特徴--------------------------------*/
  #feature {
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/bg_feature.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 127px;
}
  #feature p{
    font-size: 22px;
  }

  #feature .column3 {
    justify-content: center;
    background: url(/academy/wp-content/themes/like-academy/img/establishment/bg_dot.jpg);
    padding-top: 40px;
    padding-bottom: 20px;
  }
  #feature .column3 .grid {
    /*width: 32%;
    margin-left: 2%;*/
    width: 286px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #FF8E96;
    margin-bottom: 20px;
    position: relative;
  }
  #feature .column3 .grid a {
    display: block;
    position: relative;
    height: 326px;
  }
  #feature .column3 .grid::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid;
    border-left: 1px solid;
    transform: rotate(135deg);
    position: absolute;
    right: 20px;
    /* top: 45%; */
    bottom: 20px;
  }
  #feature .column3 .grid img {
    border-radius: 10px 10px 0 0;
    width: 286px;
    height: 178px;
    object-fit: cover;
  }
  #feature .column3 .grid .text {
    margin: 10px;
    font-size: 22px;
    font-family: 'ZenMaruGothic-Bold';
  }
  span.feature_icon {
    color: #fff;
    font-family: 'ZenMaruGothic-Bold';
    font-size: 13px;
    background: #FF8892;
    border-radius: 50px;
    padding: 0px 10px;
    font-family: 'ZenMaruGothic-Bold';
    display: inline-block;
  }
  #feature02 .grid {
    width: 290px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 40px;
  }
  #feature02 .grid img {
    border-radius: 10px;
    margin-bottom: 20px;
    width: 290px;
    height: 290px;
    object-fit: cover;
}
  #feature02 span.feature_icon {
    margin-bottom: 10px;
    display: inline-block;
    background: #FFE5E7;
    color: #DF4853;
  }
  /*年間行事の内容-------------------------------*/
  #event {
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/bg_event.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 115px;
}
  .tabs {
    margin-top: 50px;
    background-color: #fff;
    margin: 0 auto;
  }
  .tab_item {
    width: calc(96%/4);
    height: 50px;
    background-color: #fff;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-family: 'ZenMaruGothic-Bold';
    /*transition: all 0.2s ease;*/
    margin-right: 1%;
    border-radius: 10px 10px 0 0;
    border: 2px solid #999999;
    border-bottom: 0;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    bottom: -2px;
    z-index: 1;
  }

  input[name="tab_item"] {
    display: none;
  }
  #spring:checked ~ #spring_content, #summer:checked ~ #summer_content, #autumn:checked ~ #autumn_content, #winter:checked ~ #winter_content {
    visibility: visible;
    height: auto;
    padding-bottom: 40px;
  }
  #spring:checked ~ #spring_content{
    border-top: 2px solid #FF8E96;
  }
  #summer:checked ~ #summer_content {
    border-top: 2px solid #A0DAFF;
  }
  #autumn:checked ~ #autumn_content {
    border-top: 2px solid #FDC58D;
  }
  #winter:checked ~ #winter_content {
    border-top: 2px solid #DBB1D0;
  }
  .tabs input + .tab_item {
    border-bottom: 0;
  }
  .tabs input#spring + .tab_item {
    border: 2px solid #FF8E96;
    border-bottom: 0;
    color: #FF8E96;
  }
  .tabs input#summer + .tab_item {
    border: 2px solid #A0DAFF;
    border-bottom: 0;
    color: #A0DAFF;
  }
  .tabs input#autumn + .tab_item {
    border: 2px solid #FDC58D;
    border-bottom: 0;
    color: #FDC58D;
  }
  .tabs input#winter + .tab_item {
    border: 2px solid #DBB1D0;
    border-bottom: 0;
    color: #DBB1D0;
  }
  .tabs input:checked + .tab_item {
    border-bottom: 0;
    position: relative;
    z-index: 3;
  }
  .tabs input#spring:checked + .tab_item {
    background-color: #FFE5E7;
  }
  .tabs input#summer:checked + .tab_item {
    background-color: #E5FFFD;
  }
  .tabs input#autumn:checked + .tab_item {
    background-color: #FFF6E5;
  }
  .tabs input#winter:checked + .tab_item {
    background-color: #F4E5FF;
  }
	
	
  .tab_content {
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/dot.png);
    visibility: hidden;
    height: 0;
    clear: both;
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin: 0;
  }
  .tab_content_description ul.img {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 20px;
  }
  .tab_content_description ul.img li {
    margin-right: 20px;
  }
.tab_content_description ul.list {
    padding: 0 20px;
    width: 500px;
    margin-left: 1em;
    column-count: 2;
}
.tab_content_description ul.list li {
    text-indent: -1em;
    margin-right: 8%;
    word-break: break-all;
}
  .tab_content_description h4{
    font-size: 16px;
    margin-bottom: 10px;
  }
  #spring_content{
    background-color: #FFE5E7;
  }
  #summer_content{
    background-color: #E5FFFD;
  }
  #autumn_content{
    background-color: #FFF6E5;
  }
  #winter_content{
    background-color: #F4E5FF;
  }
  .tab_content_description h4{
    text-align: left;
    display: block;
    padding: 0 20px;
  }
  #spring_content .tab_content_description h4{
    color: #FF8E96;
  }
  #summer_content .tab_content_description h4{
    color: #A0DAFF;
  }
  #autumn_content .tab_content_description h4{
    color: #FAC467;
  }
  #winter_content .tab_content_description h4{
    color: #DBB1D0;
  }
  .event_slider {
    display: flex;
    /*margin: 13px 0 20px 0;
    justify-content: center;*/
    margin: 13px 0 20px 20px;
    justify-content: flex-start;
   }
  .event_slider li {
    margin-right: 20px;
}
  .event_slider li a {
    position: relative;
}
  .event_slider li:last-of-type {
    margin-right: 0;
   }
  .event_slider li img {
    width: 214px;
    height: 214px;
    /*width: 280px;
    height: 280px;*/
    object-fit: cover;
    border-radius: 10px;
  }
  .event_slider .slick-slide {
    width: 274px;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
  }
.event_slider .slick-slide img {
    display: block;
    width: 274px;
    height: 274px;
    object-fit: cover;
    border-radius: 10px;
}
.event_slider span.accBtn img {
    width: 25px;
    height: 25px;
}
  .event_slider span.accBtn {
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 10px;
  }
  .event_slider .slick-disabled {
    display: none!important;
  }

  /*施設・設備---------------------------------------*/
  #institution {
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/bg_institution.png),url(/academy/wp-content/themes/like-academy/img/establishment/bg_institution02.png);
    background-position: bottom right,bottom 40px left;
    background-repeat: no-repeat,no-repeat;
    padding-bottom: 180px;
    margin-bottom: 40px;
  }
  #institution h2 span::before, #institution h2 span::after {
    width: 382px;
  }
  #institution .column3 .grid {
    width: 290px;
    margin-right: 2%;
  }
   #state .grid img {
    width: 225px;
    height: 225px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 10px;
   }
   #point .grid img {
    width: 290px;
    height: 290px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 10px;
   }
  #point h4 {
    color: #464646;
	  margin-bottom: 10px;
  }
  #point span.feature_icon {
    margin-bottom: 10px;
  }
  /*保育への想い--------------------------------------*/
  #desire {
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/bg_desire.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 115px;
    margin-bottom: 80px;
  }
  #desire h2 span::before, #desire h2 span::after {
    width: 362px;
  }
  #desire .pink_bg {
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/bg_stripe.jpg);
    padding: 30px;
  }
  #desire .column2{
    justify-content: space-between;
  }
  #desire .box {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 30px;
    text-align: center;
    font-size: 16px;
  }
  #desire .box h3 {
    margin: 0 0 10px 0;
  }
  #desire .box h3 img {
    margin: 0 auto;
  }
  #desire img.philosophy_text {
    margin: -20px 0 30px;
  }
  #desire img.philosophy_text + p {
    margin-bottom: 30px;
    color: #FF8E96;
    font-size: 16px;
  }
  #desire #philosophy .column2 .grid {
    text-align: left;
  }
  #desire #philosophy .column2 .grid:first-of-type {
    width: 50%;
  }
  #desire #philosophy .column2 .grid:last-of-type {
    width: 43%;
  }
  #desire #policy {
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/policy_bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
  }
  #desire #policy span {
    color: #FF8E96;
    font-size: 22px;
    position: relative;
    z-index: 1;
    font-family: 'ZenMaruGothic-Bold';
  }
  #desire #policy span::after {
    content: "";
    display: block;
    width: 2em;
    height: 10px;
    background-color: #FFE5E7;
    margin: 0 auto;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: -1;
  }
  #desire #policy p {
    font-family: 'ZenMaruGothic-Bold';
  }
  #desire #goal {
    padding-bottom: 50px;
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/drop1.png),url(/academy/wp-content/themes/like-academy/img/establishment/drop2.png),url(/academy/wp-content/themes/like-academy/img/establishment/drop3.png),url(/academy/wp-content/themes/like-academy/img/establishment/drop4.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position:
      right 11% top 5%,
      left 7% top 30%,
      right 3% top 60%,
      left 3% top 90%;
  }
  #desire #goal .column2 {
    margin: 0 auto;
    justify-content: center;
    margin-left: 30px;
  }
  #desire #goal .column2 .grid {
    width: auto;
  }
  #desire #goal li {
    margin-bottom: 20px;
  }
  #desire #goal li span {
    color: #FF8E96;
    font-family: 'ZenMaruGothic-Bold';
    font-size: 22px;
  }
  #desire a.btn {
    margin: 0 auto;
  }
  /*サービス紹介------------------------------------*/
  #service h2 span::before, #service h2 span::after {
    width: 378px;
  }
  #service h4 {
    margin-bottom: 10px;
    font-weight: normal;
  }
  #service .column2{
    justify-content: space-between;
  }
  #service .column2 .grid {
    margin-bottom: 20px;
  }
  #service .grid .column2 .grid:first-of-type {
    width: 32%;
  }
  #service .grid .column2 .grid:last-of-type {
    width: 64%;
  }
  /*園見学-------------------------------------*/
  #inspection {
      background-image: url(/academy/wp-content/themes/like-academy/img/establishment/bg_inspection.png);
      background-position: bottom right;
      background-repeat: no-repeat;
      margin-bottom: 5%;
      padding-bottom: 160px;
  }
  #inspection h2 span::before, #inspection h2 span::after {
    width: 416px;
  }
  #inspection h3 {
    margin-top: 0;
  }
 .dot_bg {
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/bg_dot.jpg);
    padding: 10px 20px 20px;
    margin-bottom: 20px;
  }
  .dot_bg:last-of-type {
    padding: 14px 20px 20px;
  }
  .dot_bg img {
    position: relative;
  }
.inquiry a {
    border: #FF8E96 1px solid;
    font-size: 15px;
    padding: 10px;
    margin: 0 10px 10px;
    text-align: center;
    border-radius: 10px;
    font-family: 'ZenMaruGothic-Bold';
    background-color: #fff;
    color: #444444;
    display: flex;
    justify-content: center;
    align-items: center;
  }
 .inquiry .inquiry_tel {
    margin-left: 30px;
    color: #FF8E96;
    font-size: 18px;
    display: block;
  }
 .inquiry .inquiry_tel::after{
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/icon_tel02.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 4px;
  }
  .cv .inquiry {
    margin-top: 38px;
    align-self: center;
    margin-right: auto;
    margin-left: auto;
  }
  #inspection .note {
    color: #FF8E96;
    margin: 0 10px;
  }
  #inspection .note02 {
    color: #333;
    margin: 0 10px;
	font-size: 14px;
  }
 #inspection .illustration {
    text-align: right;
    padding-top: 20px;
  }
  /*入園までの流れ-------------------------------*/
  #flow h2 span::before, #flow h2 span::after {
    width: 356px;
  }
  /*#flow .column3 .grid {
    background: url(/academy/wp-content/themes/like-academy/img/establishment/bg_triangle.jpg);
    padding: 1% 1% 3%;
    width: calc(87% / 3);
  }*/
  #flow .slider .slick-slide {
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/bg_triangle.png);
    background-color: #FFE5E7;
  }
  #flow .slider .slick-slide:nth-of-type(2) {
    background-color: #FFF3DD;
  }
  #flow .slider .slick-slide:nth-of-type(3) {
    background-color: #FEFFD2;
  }
  #flow .slider .slick-slide:nth-of-type(4) {
    background-color: #E8FFD2;
  }
  #flow .slider .slick-slide:nth-of-type(5) {
    background-color: #D2FFF4;
  }
  
  
  #flow h4 {
    margin: 10px 0;
    font-weight: normal;
    font-family: 'ZenMaruGothic-Bold';
  }
  #flow .pink_bg {
    padding: 20px 50px 60px;
    background: #FFF5F6;
    background-image: none;
    position: relative;
    margin-top: 100px;
    margin-bottom: 50px;
  }
  #flow .pink_bg::before {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/bg_triangle_top.png);
    position: absolute;
    top: -15px;
    left: 0;
  }
  #flow .pink_bg::after {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/bg_triangle_bottom.png);
    position: absolute;
    bottom: -15px;
    left: 0;
  }
  #flow .pink_bg h3 {
    justify-content: center;
    font-size: 16px;
    color: #FF8E96;
    font-family: 'ZenMaruGothic-Bold';
  }
  #flow .column2 .grid:first-of-type {
    width: 42%;
  }
  #flow .column2 .grid:last-of-type {
    width: 56%;
  }
  #flow .pink_bg ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #flow .pink_bg li {
    width: calc(49% - 1em);
    text-indent: -1em;
    margin-left: 1em;
  }
  #flow .pink_bg .note {
    margin-top: 10px;
   }
  #flow .pink_bg .note li {
    width: 100%;
   }
  #belongings {
    margin-bottom: 40px;
  }
  #belongings .column2{
    justify-content: space-between;
  }
  #flow #information .column4 {
    justify-content: center;
    gap: 1%;
  }
  #flow #information .column4 .grid {
    margin-right: 0;
  }
  #flow #information .column4 .grid a {
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    display: block;
    height: 80px;
    border: 2px solid #FF8E96;
    box-sizing: border-box;
    border-radius: 10px;
    color: #FF8E96;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    margin-bottom: 10px;
  }
  #flow #information .column4 .grid a img{
    margin-right: 5px;
  }
  /*ブログ---------------------------------------*/
  #blog h2 span::before, #blog h2 span::after {
    width: 417px;
  }
  #blog .grid img {
    margin-bottom: 10px;
    width: 290px;
    height: 290px;
    object-fit: cover;
    border-radius: 10px;
  }
  #blog .grid p{
    font-family: 'ZenMaruGothic-Bold';
  }
  #blog .grid .day {
    color: #666666;
    font-size: 12px;
  }
  #blog a.btn {
    height: 40px;
    line-height: 40px;
    border: 2px solid #AAAAAA;
    text-align: center;
    border-radius: 10px;
    color: #333333;
    font-family: 'ZenMaruGothic-Bold';
    position: relative;
    background-color: #fff;
    margin: 40px auto 80px;
  }
  /*採用---------------------------------------------*/
  #recruit .pink_bg {
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/bg_dot.jpg);
    padding: 20px 40px;
  }
  #recruit h2 span::before, #recruit h2 span::after {
    width: 396px;
  }
  #recruit .column2{
    /*justify-content: space-between;*/
    justify-content: center;
  }
  #recruit .column2 .grid {
    padding: 3%;
    width: 42%;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #FF8E96;
    text-align: center;
  }
  #recruit .column2 .grid::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #DF4853;
    border-left: 2px solid #DF4853;
    transform: rotate(135deg);
    position: absolute;
    right: 20px;
    top: 45%;
  }
  #recruit .column2 .grid h4 {
    margin-bottom: 18px;
    justify-content: center;
    color: #FF8E96;
  }
  #recruit #new_graduate .pink_bg {
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/bg_dot.jpg);
    padding: 20px 40px;
  }
  #recruit #new_graduate a,#recruit #mid_career a {
    margin: 0 auto;
    display: block;
    width: 390px;
  }
  #recruit .pink_bg {
    text-align: center;
  }
  #mid_career table {
    margin-top: 20px;
  }
  #recruit .btn_point {
    text-align: center;
    padding: 40px 0 87px;
    display: block;
  }
  .reserve_btn_area {
    text-align: center;
    background: url(/academy/wp-content/themes/like-academy/img/establishment/bg_triangle.jpg);
    padding: 103px 0 20px;
    position: relative;
    width: 100%;
    width: 99vw;
    margin: 100px calc(50% - 50vw) 0;
    min-height: 50px;
  }
  .reserve_btn_area .reserve_btn_area-wrap{
    background: #fff;
    border: 2px solid #FF8E96;
    width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    border-radius: 15px;
    padding: 1em;
    color: #5D3235;
  }
  .reserve_btn_area .reserve_btn_area-wrap p{
    font-size: 1.6em;
    font-family: 'ZenMaruGothic-Bold';
  }
  .reserve_btn_area .reserve_btn_area-wrap p svg{
    vertical-align: middle;
    margin-right: .25em;
    line-height: 1;
    margin-bottom: 2px;
  }
  .reserve_btn_area .reserve_btn_area-wrap a{
    color: #fff;
    display: block;
    width: 80%;
    padding: .75em;
    text-align: center;
    border-radius: 99em;
    letter-spacing: 0.1em;
    font-size: 1.2em;
    margin: 1em auto 1em;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 13%);
    position: relative;
  }
  .reserve_btn_area .reserve_btn_area-wrap a::after{
    content: "";
    display: inline-block;
    background: url(/academy/wp-content/themes/like-academy/common/images/arrow3.png) center center;
    width: 12px;
    height: 15px;
    position: absolute;
    right: 5%;
    top: 0;bottom: 0;
    margin: auto;
  }
  .reserve_btn_area .reserve_btn_area-wrap a.parents{
    background: #ff6570;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ff8991), color-stop(51%,#ff6570));
    background: -webkit-linear-gradient(top, #ff8991 50%,#ff6570 51%);
    background: linear-gradient(to bottom, #ff8991 50%,#ff6570 51%);
  }
  .reserve_btn_area .reserve_btn_area-wrap a.seeker{
    background: #8bd928;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#a9e54e), color-stop(51%,#87d81e));
    background: -webkit-linear-gradient(top, #a9e54e 50%, #87d81e 51%);
    background: linear-gradient(to bottom, #a9e54e 50%, #87d81e 51%);
    cursor: pointer;
  }
  .reserve_btn_area img.bg_recruit {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    top: -70px;
  }
  .remodal[data-remodal-id="modal-seeker"]{
    color: #5D3235;
  }
  .remodal[data-remodal-id="modal-seeker"] .remodal-close{
    width: 35px;
    right: 10px;
  }
  .remodal[data-remodal-id="modal-seeker"] h2{
    text-align: center;
    color: #5D3235;
  }
  .remodal[data-remodal-id="modal-seeker"] p{
    text-align: center;
  }
  .remodal[data-remodal-id="modal-seeker"] p:not(:last-child){
    margin-bottom: 2em;
  }
  .remodal[data-remodal-id="modal-seeker"] a.seeker{
    background: #8bd928;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a9e54e), color-stop(51%, #87d81e));
    background: -webkit-linear-gradient(top, #a9e54e 50%, #87d81e 51%);
    background: linear-gradient(to bottom, #a9e54e 50%, #87d81e 51%);
    border: 2px solid #77b71e;
    color: #fff;
    width: 80%;
    padding: .5em;
    text-align: center;
    border-radius: 99em;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 13%);
    letter-spacing: 0.1rem;
    font-size: 1.5em;
    margin: 0 auto;
  }
  .remodal[data-remodal-id="modal-seeker"] a.seeker:hover{
    transform: translate3d(0, 2px, 0);
  }

  /*フッター-----------------------------------*/
	footer{
		font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	}
  #sns ul {
    display: flex;
    justify-content: center;
    margin: 40px 0;
   }
  #sns li {
    margin: 0 20px;
   }
  #sns img {
    width: 50px;
  }
  .copy {
    position: relative;
  }
  #pagetop a.fixed {
    padding: 0;
    border: 0;
    background: transparent;
  }
  #pagetop a.fixed::before {
    display: none;
  }
  #pagetop a.fixed img {
    width: 40px;
  }

}
@media print, screen and (min-width: 981px) and (max-width: 1422px) {
/* .sns_pc_area {
	margin-right: 0;
    right: 16%;
} */
}
@media screen and (min-width: 1366px) {
  header .header_inner .sns_pc_area{
    right: calc((100vw - 1366px) / 2 - 2.5em);
  }
}

@media print, screen and (min-width: 981px) and (max-width: 1253px) {
  /* #contents {
      margin-top: 90px;
  }
  header .header_inner {
      flex-wrap: wrap;
  }
  header .header_inner .head_right a.move, header .header_inner .head_right .inquiry{
      position: absolute;
      top: 10px;
      right: 0;
  }
  header .header_inner .head_right {
      justify-content: flex-end;
      width: 100%;
  }
  .sns_pc_area {
      right: 0;
  }
  .return_btn {
      width: auto;
      position: relative;
      left: 20px;
      display: inline-block;
  } */
}
