@charset "utf-8";

.box-shadow .box-title{
  display: flex;
  justify-content: center;
}
.box-shadow .box-title .fontS-S{
  font-size: .84em;
}
.box-title_inner{
  text-align: left;
}
.foods:nth-of-type(n+2){
  margin-top: 115px;
}
.foods .box-shadow .img{
  width: 98%;
}

.feels .item:nth-of-type(1) .img,
.feels .item:nth-of-type(2) .img,
.feels .item:nth-of-type(3) .img,
.feels .item:nth-of-type(4) .img{
  bottom: -1.1%;
}
.feels .item:nth-of-type(2) .img{
  right: -.9%;
}
.feels .item .text{
  left: inherit;
  top: inherit;
}
.feels .item:nth-of-type(1) .text{
  top: 35.5%;
  right: 45%;
}
.feels .item:nth-of-type(2) .text{
  top: 24.5%;
  right: 51%;
}
.feels .item:nth-of-type(3) .text{
  top: 18%;
  left: 64%;
}
.feels .item:nth-of-type(4) .text{
  top: 28%;
  right: 70%;
}
.feels .item:nth-of-type(5) .text{
  top: 73%;
  left: 9%;
}
.body .modal_btn:nth-of-type(1){
  top: 1.8%;
  left: 50.4%;
}
.body .modal_btn:nth-of-type(2){
  top: 21.6%;
  right: 15.7%;
}
.body .modal_btn:nth-of-type(3){
  bottom: 17.5%;
  left: 10%;
}
.body .modal_btn:nth-of-type(4){
  bottom: -9.5%;
  right: 27.4%;
}
.house .modal_btn:nth-of-type(1){
  top: 15%;
  left: 8.5%;
}
.house .modal_btn:nth-of-type(2){
  top: 2%;
  left: 36%;
}
.house .modal_btn:nth-of-type(3){
  top: 15%;
  right: 21%;
}
.house .modal_btn:nth-of-type(4){
  top: 38%;
  left: 26.4%;
}
.house .modal_btn:nth-of-type(5){
  bottom: 32.6%;
  right: 8.9%;
}
.house .modal_btn:nth-of-type(6){
  bottom: 7.8%;
  left: 25.8%;
}
.house .modal_btn:nth-of-type(7){
  bottom: 7.8%;
  left: 47%;
}
.house::before{
  background: url("../img/webp/sec4_animal.webp") center bottom / contain no-repeat;
}
.no-webp .house::before{
  background-image: url("../img/sec4_animal.png");
}
.accordion .label_inner .text{
  padding-inline: 3px;
  min-width: 185px;
}
@media screen and (min-width: 768px) {
  .food-main_text{
    font-size: 19px;
  }
  .foods .box-shadow .inner{
    padding-bottom: 32px;
  }
  .foods .box-shadow .text{
    padding-bottom: 8px;
  }
  .house{
    padding-top: 65px;
    padding-bottom: 37px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .feels .item:nth-of-type(2) .img, .feels .item:nth-of-type(3) .img{
    margin-bottom: -.5%;
  }
  .foods:nth-of-type(n+2){
    margin-top: 95px;
  }
  .foods + .intro_text{
    width: initial;
  }
  .sec2 .inner{
    width: 96%;
  }
  .body{
    margin-top: 80px;
  }
  .body .modal_btn:nth-of-type(1) {
    top: -6.5%;
    left: 50.5%;
  }
  .body .modal_btn:nth-of-type(2){
    top: 19.6%;
    right: 10.9%;
  }
  .body .modal_btn:nth-of-type(3){
    bottom: 13.5%;
    left: 4%;
  }
  .body .modal_btn:nth-of-type(4){
    bottom: -14.5%;
    right: 24.4%;
  }
  .house{
    padding: 28px 0 22px;
  }
  .house .inner{
    width: 86%;
  }
  .house .modal_btn:nth-of-type(1){
    top: 10%;
    left: 0.5%;
  }
  .house .modal_btn:nth-of-type(2){
    top: 0%;
    left: 39%;
  }
  .house .modal_btn:nth-of-type(3){
    top: 10%;
    right: 15%;
  }
  .house .modal_btn:nth-of-type(3) .text,
  .house .modal_btn:nth-of-type(4) .text{
    font-size: 11px;
    font-size: 2.933vw;
  }
  .house .modal_btn:nth-of-type(4){
    top: 33%;
    left: 22%;
  }
  .house .modal_btn:nth-of-type(5){
    bottom: 24%;
    right: 3%;
  }
  .house .modal_btn:nth-of-type(6){
    bottom: 8%;
    left: 19%;
  }
  .house .modal_btn:nth-of-type(7){
    bottom: 8%;
    left: 45%;
  }
  .accordion .label_inner .text{
    padding-inline: 2px;
    min-width: 125px;
  }
}

