@charset "UTF=8";

:root{
  --main-color:#3B704D;
  --main-bg-color:#fffefe;
  --bg-color:#e3eee1;
  --bg-color2:#fcf8e9;
  --txt-color:#555555;
  --txt-color2:#7e6145;
}

body{
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color:var(--txt-color);
  background-color: var(--main-bg-color);
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body p{
  font-family: "Shippori Mincho", serif;
  color:var(--txt-color);
}
main h1 {
    text-align: center;
    color: rgb(255, 255, 255);
    justify-content: center;
    align-items: center;
    font-size: 40px;

    padding: 20px 0px;
    line-height: 1.4;
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
    filter: drop-shadow(0 0 10px #000);
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
}

main h1 strong{
    font-size: 70px;
}
main h1 p span{
  font-family: "Shippori Mincho", serif;
  /*font-size: 30px;*/
  font-size: 26px;
  color: rgb(255, 255, 255);
}
@media (max-width: 500px) {
  main h1 p span{
    /*font-size: 20px;*/
    font-size: 16px;
  }
}
.mv{
  width: 100%;
  height: 100vh;
  position: relative;
}
.mv img{
  object-fit: cover;
  object-position: center 70%;
  width: 100%;
  height: 100%;
}
.data__sect-title.light{
  font-weight: initial;
  color:var(--txt-color);
}
.clm{
  flex-direction: column!important;
}
.menu_content.cen{
  margin-top: 2em;
}
.menu_content.cen .menu-title{
  line-height: 1.7;
}
.menu-wrap-part.wid,.wid .menu_content{
  width: 100%!important;
}
.cen h2.menu-title{
  display: block!important;
  text-align: center!important;
  line-height: 1.4;
}
.data__sect-header.only_btm{
  border-top:initial!important;
  padding: 0 0 6em;
}

.menu-text.cen,
.menu-title.cen{
  text-align: center!important;
}
.menu-text.cen li{
  margin:0;text-indent: 0px;padding:0;text-align: center;
}
.desc{
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
}
.desc2{
  font-size: 16px;
}
.desc3{
  font-size: 18px;
  text-align: left;
  margin-left: 1.5em;
  font-family: "Shippori Mincho", serif;
}
.data__sect-title span{
  font-size: 16px!important;
}

.menu-wrap-part {
    display: flex; 
    margin: 5px 0;
}
.menu-wrap-part-img {
  flex-direction:row-reverse!important;
}
.menu-wrap-part-img2 {
  flex-direction:row;
}

.menu-wrap-part:nth-of-type(2n+1) {
    flex-direction: row; 
    margin: 25px auto;
    position: relative;
}  

.menu-wrap-part:nth-of-type(2n+1) .menu_content {
    width: 480px;
    position: relative;
}

.tag-img {
    width: 30%;
    right: 20px;
    position: absolute;
    top:60px;
}

.menu-wrap-part:nth-of-type(2n+1) .details{
    position: absolute;
    top: 20px;
    right: 20px;
    background: #898888;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 2px;
}
.menu-wrap-part .details2 {
  position: absolute;
  bottom: 150px;
  right: 20px;
  background: #898888;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  padding: 2px;
}
.menu-wrap-part .details3 {
  position: absolute;
  top: 18px;
  left: 410px;
  background: #898888;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  padding: 2px;
}

ul.menu-text {
    margin-left: 20px;
}
.tea-text{
  margin-right: 20px;
}

.menu-wrap-part:nth-of-type(2n) .menu_content {
    width: 480px;
}

.menu-wrap-part:nth-of-type(2n) { 
    flex-direction: row-reverse;
    margin: 25px auto;
    position: relative;
} 

.menu-wrap-part:nth-of-type(2n) .details {
    position: absolute;
    top: 20px;
    right: 500px;
    background: #898888;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 2px;
}

.menu-block {
    margin: 30px auto 0; 
    width: 960px;
}
.menu-block2{
  margin: 0 auto;
  width: 100%!important;
}
.bg{
  background-color: var(--bg-color);
  padding: 2em 10px;
}
.bg2{
  background-color: var(--bg-color2);
  padding: 2em 10px;
}
.brown{
  color: var(--txt-color2)!important;
}
.bg_brown{
  background-color: var(--txt-color2)!important;
}
.wave_top0,.wave_top1,.wave_top2,
.wave_bottom0,.wave_bottom1,.wave_bottom2{
  margin-bottom: -6px;
  z-index: 0;
  position: relative;

}
.wave_top0{
  margin-top: -5em;
  z-index: -1;
}
.wave_top0 path{
  fill: var(--main-bg-color)!important;
}
.wave_top1 path,.wave_bottom1 path{
  fill: var(--bg-color)!important;

}
.wave_top2 path,.wave_bottom2 path{
  fill: var(--bg-color2)!important;
}


.menu_bnr {
    height: auto;
    width: 480px;
} 

.menu_content {
    margin: 0 auto;
}

p.menu-text {
    text-align: left;
}

.menu-wrap-part:nth-of-type(2n+1) h2.menu-title {
    margin: 20px auto;
    line-height: 1.7;
    color: var(--main-color);
    font-size: 1.75rem;
    /* font-weight: 600; */
    display: flex;
    text-align: left;
    font-family: "Shippori Mincho", serif;
    color:var(--txt-color);
}

.menu-wrap-part:nth-of-type(2n) h2.menu-title {
  margin: 20px auto 0px 20px;
  line-height: 1.7;
  color: var(--main-color);
  font-size: 1.75rem;
  font-weight: 600;
  display: flex;
  text-align: left;
  font-family: "Shippori Mincho", serif;
}

.menu-wrap-part:nth-of-type(2n+1) .menu-text li {
  display: block;
  border-bottom: none;
  padding: 0 0.6em;
  margin: 0 -0.5px 1em;
  font-size: 14px;
  text-indent: -10px;
  line-height: 1.4;
  text-align: left;
}

.menu-wrap-part:nth-of-type(2n) .menu-text li {
    display: block;
    border-bottom: none;
    padding: 0 0.6em;
    margin: 0 -0.5px 1em;
    font-size: 14px;
    text-indent: -10px;
    line-height: 1.4;
    text-align: left;
}
.menu-text2 li {
  display: block;
  border-bottom: none;
  padding: 0 0.6em;
  margin: 0 -0.5px 1em;
  font-size: 14px;
  text-indent: -10px;
  line-height: 1.4;
  text-align: center;
}

.menu-text table{
  width:100%;
  font-size: 14px;
  }
  .menu-text table , .menu-text td, .menu-text th {
  border:none;
  text-align:left;
  }

.course-link {
    margin: 40px auto 150px;
}
.course-link2 {
  margin: 40px auto 20px;
}
.course-link3 {
  margin: 0 auto 150px;
}

.data__sect-header {
    padding: 30px 0 1em;
    margin: 10px auto 0px;
}

h2.data__sect-title {
    font-weight: 600;
    font-size: 3.2rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    color:var(--main-color);
    line-height: 1.4;
}

.data__sect-title span {
  font-size: 18px;
}

.course-link a {
    font-size: 17px;
    background: var(--main-color);
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin: auto;
    text-decoration: none;
    font-weight: normal;
    width: 450px;
    letter-spacing: 2px;
    padding: 20px 10px;
    font-family: "Shippori Mincho", serif;
    border-radius: 100px;
    filter: drop-shadow(4px 5px 0px #bebebe);

}
.course-link2 a {
  font-size: 17px;
  background: var(--main-color);
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-decoration: none;
  font-weight: normal;
  max-width: 450px;
  letter-spacing: 2px;
  padding: 20px 10px;
  font-family: "Shippori Mincho", serif;
  border-radius: 100px;
  filter: drop-shadow(4px 5px 0px #bebebe);
  position: relative;
  width: 90%;
  line-height: 1.3;
}
.course-link2 a:before{
    content: "";
    display: block;
    background: url(../img/linktop-arrow.png) center center / 20px auto no-repeat;
    background-size: cover;
    transform: rotate(90deg);
    width: 18px;
    height: 10px;
    position: absolute;
    right: 24px;
}

.course-link3 a {
  font-size: 18px;
  background: var(--main-color);
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin: auto;
  text-decoration: none;
  font-weight: normal;
  width: 450px;
  letter-spacing: 2px;
  padding: 20px 10px;
  font-family: "Shippori Mincho", serif;
  border-radius: 100px;
  filter: drop-shadow(4px 5px 0px #bebebe);
}

.last__sect {
    padding: 3em 0;
}

.content-add {
    letter-spacing: 0;
    font-size: 1.5rem;
    font-weight: normal;
}
.content-add span{
  color:var(--main-color);
}

footer{

    background: url(../img/bgleaf.svg) var(--main-color);
    width: 100%;
    box-sizing: border-box;
    color: #FFF;
    margin-top: 120px;
    padding: 150px 0 0!important;
    margin-top: -5vw !important;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .wrap {
    width: 960px;
    margin: auto;
    text-align: center;
    padding-bottom: 40px;
}

  footer ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  footer ul.ico {
    margin-bottom: 20px;
    margin-top: 80px;
    padding-top: 40px;
  }

  footer ul.ico li a{
    display: block;
    border: 0;
    margin: 0 15px;
    padding: 0;

  }

  footer ul li a {
    border-left: solid 1px #FFF;
    padding: 0 10px;
    line-height: 1.5;
    text-decoration: none;
    color: #FFF;
    font-size: 1.5rem;
    font-family: "Shippori Mincho", serif;
  }

  footer ul li:first-child a{
    border-left: 0;
  }

  footer p{
    color: #FFF;
    font-size: 0.75rem;
    text-align: center;
    margin-top: 20px;
    font-family: "Shippori Mincho", serif;
  }
footer .desc{
  margin-top: 40px;
}
  .img-bloc{
  max-width: 100%;
}
  .img-block img {
    width: calc(100% / 3.1);
    margin-top: 5px;
}

.linktop__container {
  position: fixed;
  right: 10px;
  bottom: 30px;
  width: 40px;
  height: 40px;
}

.linktop__link {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.15) url(../img/linktop-arrow@2x.png) center center/20px auto no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

br.sp_br,.sp_br2 {
  display: none;
}

.chr .menu-title{
  color: #fff!important;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-family: "QFH";
}
.chr{
  background: #BEDFC2;
  color: #fff;
  padding: 15px;
}
.chr_img{
  height: 100%;
  object-fit: cover;
}

.winter_tea{
  margin-right: 10px;
}

@media (max-width: 1024px) {
  header{
    background-size: contain;
    background-position: center 100%;
  }
  footer{
    background-size: contain;
    background-position: center 118%!important;
  }
}
@media screen and (min-width:769px) and ( max-width:960px) {
  .wrap {
    width: 100%;
  }

  .menu-block {
    width: 100%;
  }
  .winter_tea{
    margin-right: 20px;
  }
  main h1{
    margin-top: -4em;
  }
}

  @media (max-width: 768px) {
    main h1 span {
      font-size: 50px;
    }
    .menu-wrap {
      margin: 0 auto;
  }
  .menu-wrap-part-img,.menu-wrap-part-img2{
    flex-wrap: wrap;
  }
  .menu-wrap-part-img2{
  max-width: 100%;
  height: auto;
  vertical-align: top;
  }
  .chr2 h2.menu-title{
    font-size: 18px!important;
    margin: 20px auto 20px 20px!important;
  }

  .chr .menu-text{
    margin-left: initial!important;
  }
  .chr_img{
    height: auto;
    object-fit: initial;
  }
  footer{
    padding: 100px 0 0!important;
  }
    footer ul li a{
      font-size: 1.6rem;
      padding: 0 5px;
      text-align: center;
      display: block;
      margin-bottom: 10px;
    }

    footer p {
      text-align: center;
    }

    .linktop__container {
      width: 50px;
      height: 50px;
      right: 20px;
      bottom: 20px;
  }

  .linktop__link {
    background-color: rgba(0, 0, 0, 0.25);
    background-size: 20px auto;
  }

  .menu-block {
    width: 95%;
  }

  .menu-wrap-part:nth-of-type(2n+1) {
    flex-direction: column;
    margin: 0 auto;
  }

  .menu-wrap-part:nth-of-type(2n) {
    flex-direction: column;
    margin: 20px auto 20px;
  }

  .menu_bnr {
    width: 95%;
    margin: 0 auto;
  }

  .wrap {
    width: 100%;
  }


  .menu-wrap-part:nth-of-type(2n) .details {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  
  .menu-wrap-part:nth-of-type(2n+1) .menu_content {
    width: 100%;
    /* margin: 2% auto; */
}

  .menu-wrap-part:nth-of-type(2n) .menu_content {
    width: 100%;
    margin: 2% auto;
    position: relative;
}
  .course-link {
    margin: 10px auto 80px;
  }
  .course-link2 {
    margin: 10px auto 20px;
  }
  .course-link3 {
    margin: 10px auto 80px;
  }

  .content-add {
    width: 450px;
    margin: 0 auto;
  }

  .tag-img {
    top: 75px;
  }

  .menu-wrap-part:nth-of-type(2n+1) h2.menu-title {
    font-size: 18px;
  }

  .menu-wrap-part:nth-of-type(2n) h2.menu-title {
    font-size: 18px;
  }

  br.pc-only {
    display: none;
  }  
  .details3{
    right: 10px;
    top: 290px!important;
    left: initial!important;
  }
  .details2{
    bottom: 160px!important;
  }
  .menu-text .spcen{
    text-align: center!important;
  }
  .desc3{
    text-align: center;
    margin-left:initial;
    margin: 2em 10px;
  }
  header{
    background-position: right!important;
    background-size: cover !important;
  }
  footer{
    background-size: 250%!important;
    background-position: left bottom!important;
    background-blend-mode: multiply!important;
  }
  .bg.first{
    padding: 3em 10px!important;
  }
  .bg{
    padding: 1em 10px!important;
  }
  .data__sect-header{
    padding: 0 10px 3em;
  }
  header ul li{
    width: 45%!important;
  }
  .leaf{
    min-width: 100px;
  }
}
/* end 768px */

@media (max-width: 930px) {
  br.sp_br2 {
    display: block;
  }
}

@media (max-width: 500px) {
  .desc {
    margin: initial;
    font-size: 13px;
  }
  footer .ico li{
    width:  initial;
  }
  footer ul li{
    width:  calc(100%/3);
  }
  footer ul li a{
    letter-spacing: -1px;
  }
  main h1 {
    font-size: 20px;
  }
  main h1 strong span{
    font-size: 34px!important;
  }
table{
  font-size: 12px!important;
}
  .course-link a {
    width: 80%;
    font-size: 16px;
  }
  .course-link2 a {
    width: 90%;
    font-size: 14px;
    height: 4em;
    letter-spacing: 1px!important;
    filter: drop-shadow(3px 4px 0px #bebebe);
  }
  .course-link2 a:before{
    background-size: contain!important;
    width: 15px!important;
    height: 15px!important;
  }
  .course-link3 a {
    width: 80%;
    font-size: 14px;
  }

  section.last__sect.wrap {
    width: 350px;
  }

  .content-add {
    width: 100%;
    font-size: 12px;
  }

  .menu-wrap {
    width: 100%;
  }

  h2.data__sect-title {
    font-size: 2.0em;
    line-height: 1.2!important;
  }

  .menu-wrap-part:nth-of-type(2n+1) .details {
    top: 5px;
    right: 10px;
    font-size: 12px;
  }

  .menu-wrap-part:nth-of-type(2n+1) h2.menu-title {
    font-size: 13px;
  }

  .menu-wrap-part h2.menu-title {
    margin: 20px auto 20px!important;
  }

  .menu-wrap-part:nth-of-type(2n) .details {
    top: 5px;
    right: 10px;
    font-size: 12px;
    position: absolute;
  }

  .menu-wrap-part:nth-of-type(2n) h2.menu-title {
    font-size: 16px;
  }

  .menu-wrap-part:nth-of-type(2n+1) .menu-text li {
    font-size: 12px;
  }
  
  .menu-wrap-part:nth-of-type(2n) .menu-text li {
    font-size: 12px;
  }

  .tag-img {
    width: 25%;
  }

  .tag-img {
    top: 45px;
    right: 10px;
  }

  ul.menu-text {
    margin-left: 5px;
  }

  footer ul.ico {
    margin-bottom: 20px;
    margin-top: 40px;
  }

  footer ul li a{
    font-size: 1.2rem;
  }

  br.sp_br {
    display: block;
  }

  .details2{
    font-size: 12px!important;
    bottom: 130px!important;
  }
  .details3{
    top: 296px;
    left: 400px;
    font-size: 12px!important;
  }
  .desc3{
    margin-left: initial;
    margin: 1em 10px!important;
    font-size: 13px;
  }
  .data__sect-header{
    padding: 0 10px 1em!important;
  }
  footer .desc{
    padding: 0 10px;
    font-size: 12px;
    line-height: 2;
  }
  .spflx{
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
  }
  .spflx img{
    display: block;
    width: 50%;
  }
  .spflx ul{
    width: 50%;
    margin-top: 0;
  }

}
/* end 500px */

.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 20px;
}


.pagetop a {
  display: block;
  text-decoration: none;
  padding: 45px;
  border-radius: 100%;
  background: url(../img/bird.svg) center center/70px auto no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  transform: rotate(25deg);
}

.pagetop a:hover {
  position: relative;
}
.pagetop a:hover:before {
  content: "TO TOP";
  display: block;
  position: absolute;
  transform: rotate(-25deg)!important;
  color: var(--main-color);
  filter: drop-shadow(0 0 0 #fff);
  top: 14px;
  left: -44px;
  font-size: 12px;
}
.box_img{
  transition: .5s ease;
}
.box_img:hover{
  transform: scale(1.3);
  transition: .3s ease;
  transition-duration: 0.5s;
}

.small_img{
  display: flex;
  justify-content: space-between;
  width:100%;
  margin-top:10px;
}
.small_img img{
  width: 32%;
}

  .text span{
  opacity: 0;
  animation: letter-glow 0.7s 0s ease both;
  }

  .text strong{
  opacity: 0;
  filter: blur(10px);
  animation: letter-glow 0.7s 0s ease both, blur 2s 0s ease both;
  font-size: 220%;
  animation-delay: 1.5s;
  }
  .text strong span{
    font-size: 200%;
  }
  .text span:nth-child(1) {
    animation-delay: .3s;
    }
  .text span:nth-child(2) {
    animation-delay: .4s;
    }
  .text span:nth-child(3) {
    animation-delay: .5s;
    }
  .text span:nth-child(4) {
  animation-delay: .6s;
  }
  .text span:nth-child(5) {
  animation-delay: .7s;
  }
  .text span:nth-child(6) {
  animation-delay: .8s;
  }
  .text span:nth-child(7) {
  animation-delay: .9s;
  }
  .text span:nth-child(8) {
  animation-delay: 1s;
  }
  .text span:nth-child(9) {
  animation-delay: 1.1s;
  }
  .text span:nth-child(10) {
  animation-delay: 1.2s;
  }
  .text span:nth-child(11) {
  animation-delay: 1.3s;
  }
  .text span:nth-child(12) {
    animation-delay: 1.4s;
  }
  .text span:nth-child(13) {
    animation-delay: 1.3s;
  }
  .text span:nth-child(14) {
    animation-delay: 1.6s;
  }
  .text span:nth-child(15) {
    animation-delay: 1.7s;
  }
  .text span:nth-child(16) {
    animation-delay: 1.8s;
  }
  .text span:nth-child(17) {
    animation-delay: 1.9s;
  }

  .mv h1{
    opacity: 0;
  }
  .mv h1 strong span{
    font-size: 60px;
    /* font-size: 220%; */
  }
  .mv img{
    opacity: 0;
    z-index: -1;
    position: relative;
  }
  .fade{
    opacity: 0;
    filter: blur(10px);
    animation: fade 0.5s 0s ease both, blur 1s 0s ease both;
    animation-delay: .3s;
  }
  @keyframes fade{
    0%{opacity: 0;}
    100%{opacity: 1;}
  }
  @keyframes letter-glow{
    0%   {
      opacity: 0;
      text-shadow: 0px 0px 1px rgba(255,255,255,0.1);
    }
    66%  {
      opacity: 1;
      text-shadow: 0px 0px 20px rgba(255,255,255,0.9);
    }
    77%   { opacity: 1;  }
    100% {
      opacity:1;
    }
  }
  @keyframes blur {
    0% {
      opacity: 0;
      filter: blur(10px);
    }
    100% {
      opacity: 1;
      filter: blur(0);
    }
  }
  header{
    background: url(../img/bgleaf.svg) var(--main-bg-color);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  header ul{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    padding: 5em 10px 6em;
  }
  header ul li{
    width: 43%;
    max-width: 400px;
    white-space: pre;
  }
  header ul li a{
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    font-size: 2.5em;
    transition: .1s linear;
    color: var(--txt-color);
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    /* border: solid 1px #555555; */
    display: grid;
    place-content: center;
    line-height: 1.3;

    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    /* width: 300px; */
    margin: 0 20px;
    background-color: #fff;
    position: relative;
    filter: drop-shadow(4px 5px 0px #dadada);
    border: solid 1px #dadada;
  }
  header ul li a:hover{
    opacity: .8;
    transition: .1s linear;
    filter: initial;
  }

  header ul li:first-of-type a span{
    padding: 1.2em .5em 2.2em;
    color: var(--txt-color2);
  }
  header ul li:nth-child(2) a span{
    color: var(--main-color);
  }
  header ul li a span{
    display: block;
    padding:.5em .5em 1.5em;
  }
  header ul li a .box img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border: solid 16px #fff;
  }
  header ul li a:before{
    content: "";
    display: block;
    background: rgba(59, 112, 77, 1) url(../img/linktop-arrow.png) center 46% / 16px auto no-repeat;
    border-radius: 100%;
    transform: rotate(180deg);
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -.7em;
  }
  header ul li:first-of-type a:before{
    background: rgba(126, 97, 69, 1) url(../img/linktop-arrow.png) center 46% / 16px auto no-repeat;
  }

.insta_img{
    display: inline-block;
    margin-right:1em;
    height: 100%;
    max-width: 25px;
}
.course-link a,.course-link2 a,.course-link3 a,footer a{
  transition: .1s linear;
}
.course-link a:hover,.course-link2 a:hover,.course-link3 a:hover,footer a:hover{
  opacity: .8;
  transition: .1s linear;
  filter: initial;
}
@media (max-width: 500px) {
  main h1{
    margin-top: -5em;
  }
  header ul li a{
    font-size: 15px;
    margin: 0 5px;
    filter: drop-shadow(3px 4px 0px #dadada);
  }
  header ul li {
    width: 50% !important;
  }
  header ul li a .box img{
    border: solid 10px #fff!important;
  }
  header ul li a:before{
    bottom: -1.2em!important;
    width: 30px;
    height: 30px;
  }
  /* .data__sect-header{
    padding: 0 10px 0em!important;
  } */
  .clv{
    /* margin-top: -4em!important; */
    min-width: 60px!important;
  }
  .pagetop{
    bottom: 0;
    right: 0;
  }
  .pagetop a{
    background: url(../img/bird.svg) center center / 55px auto no-repeat!important;
  }
  .pagetop a:hover:before{
    top: 22px;
    left: -18px;
    font-size: 9px;
  }
  footer{
    padding: 60px 0 0!important;
    background-size: 400%!important;
  }
}
.leaf{
  width: 8%;
  min-width: 80px;
  margin: auto;
}
.leaf.flo{
  width: 7%;
}
.leaf img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}