#top.l-main {
  overflow: hidden;
}

#top.l-main .join {
  position: relative;
  z-index: 50;
  width: 167px;
  margin-left: auto;
}

@media screen and (max-width: 1200px) {
  #top.l-main .join {
    bottom: 0;
    right: 0;
    top: initial;
    z-index: 111;
    position: fixed;
    width: 38%;
  }
}

#top.l-main .join__link {
  display: inline-block;
  position: absolute;
  top: 60px;
}

@media screen and (max-width: 1200px) {
  #top.l-main .join__link {
    top: initial;
    position: static;
  }
}

#top.l-main .join.is-fixed {
  position: fixed;
  top: -60px;
  right: 0;
}

@media screen and (max-width: 1200px) {
  #top.l-main .join.is-fixed {
    bottom: 0;
    right: 0;
    top: initial;
    z-index: 1;
    height: auto;
  }
}

#top.l-main .join-btn {
  display: none;
}

@media screen and (max-width: 1200px) {
  #top.l-main .join-btn {
    display: block;
    opacity: 0;
    -webkit-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50;
  }
}

@media screen and (max-width: 1200px) {
  #top.l-main .join-btn__link img {
    min-height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 1200px) {
  #top.l-main .join-btn.active {
    opacity: 1;
  }
}

@media screen and (max-width: 1200px) {
  #top.l-main .join-btn.none {
    position: static;
  }
}

#top.l-main .mv-brick {
  position: relative;
}

#top.l-main .mv-brick .mv-brick__menu {
  visibility: hidden;
  width: 400px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 1;
  background-color: #ec660d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 28px;
}

@media screen and (max-width: 768px) {
  #top.l-main .mv-brick .mv-brick__menu {
    width: 312px;
    height: 312px;
    left: 50%;
    gap: 15px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

#top.l-main .mv-brick .mv-brick__menu .mv-brick__menu--image {
  max-width: 157px;
}

@media screen and (max-width: 768px) {
  #top.l-main .mv-brick .mv-brick__menu .mv-brick__menu--image {
    max-width: 122px;
  }
}

#top.l-main .mv-brick .mv-brick__menu .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

#top.l-main .mv-brick .mv-brick__menu .sns-list li {
  max-width: 25px;
}

@media screen and (max-width: 768px) {
  #top.l-main .mv-brick .mv-brick__menu .sns-list li {
    max-width: 20px;
  }
}

#top.l-main .mv-brick .mv-brick__menu .sns-list .MenuBtnItem {
  max-width: 33px;
}

#top.l-main .mv-brick .mv-brick__menu .mv-brick__menu--Btn {
  width: 33px;
  height: 26px;
  position: relative;
  display: block;
  outline: 0;
}

#top.l-main .mv-brick .mv-brick__menu .mv-brick__menu--Btn::after {
  content: "MENU";
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: Mulish, sans-serif;
  font-weight: 900;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: -8px;
  left: 0;
}

#top.l-main .mv-brick .mv-brick__menu .mv-brick__menu--Btn span {
  width: 33px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
}

#top.l-main .mv-brick .mv-brick__menu .mv-brick__menu--Btn span:nth-of-type(1) {
  top: 0;
}

#top.l-main .mv-brick .mv-brick__menu .mv-brick__menu--Btn span:nth-of-type(2) {
  top: 8px;
}

#top.l-main .mv-brick .mv-brick__menu .mv-brick__menu--Btn span:nth-of-type(3) {
  top: 16px;
}

#top.l-main .mv-brick .mv-brick__inner {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

#top.l-main .mv-brick .mv-brick__inner--text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 4.5vw;
  font-weight: 700;
  color: #ec660d;
  letter-spacing: 1em;
}

#top.l-main .mv-brick .bricks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
  white-space: nowrap;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  #top.l-main .mv-brick .bricks {
    gap: 6px;
    margin-bottom: 6px;
  }
}

#top.l-main .mv-brick .item {
  visibility: hidden;
  width: 100%;
  aspect-ratio: 16/8;
  max-width: 320px;
  max-height: 160px;
  min-width: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #ec660d;
  border-radius: 12px;
}

@media screen and (max-width: 768px) {
  #top.l-main .mv-brick .item {
    min-width: 100px;
    border-radius: 5px;
  }
  #top.l-main .top-zutto-news-image {
    padding-top: 80px !important;
  }
}

@media (min-width: 641px) and (max-width: 768px) {
  #top.l-main .top-zutto-news-image {
    margin-left: 10%;
  }
}
#top.l-main .mv__container {
  padding-top: 53%;
  background-image: url(../../img/top/mv.jpg);
  background-repeat: none;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  #top.l-main .mv__container {
    background-image: url(../../img/top/mv_sp.jpg);
    padding-top: 187%;
  }
}

#top.l-main .lead {
  position: relative;
  /* padding-bottom: 65px; */
}

#top.l-main .lead__container {
  position: relative;
}

#top.l-main .top-baby-back-image {
  background-image: url(../../img/zutto/motto_top.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 7%;
  /* border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px; */
  max-height: 755px;
  border-radius: 0 25px 25px 25px;
  animation: zutto-anime 20s 0s ease;
  animation-iteration-count: infinite;
  animation-delay: 3s;
}

/* 髙橋ここから */
/* .zutto-img-box {
  overflow: hidden;
}
.zutto-img1, .zutto-img2, .zutto-img3, .zutto-img4 {
  position: absolute;
  background: center center no-repeat;
  animation: zutto-anime 20s 0s infinite;
  z-index: 0;
  opacity: 0;
}

.zutto-img1 {
  background-image: url(../../img/zutto/zutto-top-baby.png);
}

.zutto-img2 {
  background-image: url(../../img/zutto/top01.png);
  animation-delay: 5s;
}

.zutto-img3 {
  background-image: url(../../img/zutto/top02.png);
  animation-delay: 10s;
}

.zutto-img4 {
  background-image: url(../../img/zutto/top03.png);
  animation-delay: 15s;
} */

@keyframes zutto-anime {
  0% {
    background-image: url(../../img/zutto/motto_top.png);
  }
  25% {
    background-image: url(../../img/zutto/top01.png);
  }
  50% {
    background-image: url(../../img/zutto/top02.png);
  }
  75% {
    background-image: url(../../img/zutto/top03.png);
  }
  100% {
    background-image: url(../../img/zutto/motto_top.png);
  }
}
/* 髙橋ここまで */

#top.l-main .top-zutto-about-image {
  background-image: url(../../img/zutto/about01.png);
  background-repeat: no-repeat;
  margin-top: 7%;
  /* border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px; */
  min-height: 570px;
}

#top.l-main .top-zutto-news-image {
  background-image: url(../../img/zutto/zutto-news.png);
  background-repeat: no-repeat;
  margin-top: 7%;
  background-size: 263px;
  /* border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px; */
  min-height: 0;
  background-position: top;
  padding-top: 75px;
  position: relative; /* 重ねるために相対位置を指定 */
  z-index: 1; /* 下層に配置 */
}

.top-zutto-service-image {
  background-image: url(../../img/zutto/service06.png);
  background-repeat: no-repeat;
  margin-top: 7%;
  /* border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px; */
  min-height: 2770px;
  /* margin-left: 28.4% !important; */
}
.zutto-service-thermometer-image {
  background-image: url(../../img/zutto/zutto-service-thermometer.png);
  background-repeat: no-repeat;
  min-height: 315px;
  border-radius: 25px;
}

.top-zutto-team-image {
  background-image: url(../../img/zutto/team07.png);
  background-repeat: no-repeat;
  min-height: 1000px;
}

.top-zutto-facility-image {
  background-image: url(../../img/zutto/facility03.png);
  background-repeat: no-repeat;
  min-height: 1000px;
}

.top-zutto-outline-image {
  background-image: url(../../img/zutto/outline04.png);
  background-repeat: no-repeat;
  min-height: 1000px;
}

.top-zutto-flow-image {
  background-image: url(../../img/zutto/flow08.png);
  background-repeat: no-repeat;
  min-height: 585px;
}

@media screen and (max-width: 768px) {
  #top.l-main .lead__container {
    padding: 50px 0 30px;
    display: flex;
    flex-direction: column;
  }
}

#top.l-main .lead .lead__container--title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #ec660d;
}

@media screen and (max-width: 768px) {
  #top.l-main .lead .lead__container--title {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

#top.l-main .lead .lead__container--image {
  max-width: 388px;
  margin: 10px 0 45px;
}

#top.l-main .lead__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
  gap: 7%;
}

@media screen and (max-width: 768px) {
  #top.l-main .lead__box {
    display: block;
    margin-bottom: 30px;
  }
  #top.l-main .lead__box_sp {
    /* margin-top: 473px; */
    position: relative;
  }
  .zutto-care-text {
    position: absolute;
  }
}

@media screen and (max-width: 470px) {
  .zutto-care-text-detail-sp {
    font-size: 0.9rem !important;
  }
  #top .zutto-postnatal {
    font-size: 2.73rem !important;
    top: 370% !important;
  }
  #top .zutto-care {
    font-size: 6rem !important;
    top: 382% !important;
  }
}

#top.l-main .lead-text {
  width: 65%;
  color: #4d74d1;
}

@media screen and (max-width: 768px) {
  #top.l-main .lead-text {
    width: 100%;
    margin-bottom: 30px;
  }
}

#top.l-main .lead-text .lead-text__head--title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.8333333333;
  font-weight: 500;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #top.l-main .lead-text .lead-text__head--title {
    font-size: 24px;
    font-weight: bold;
    /* font-size: 1.125rem; */
  }
}

#top.l-main .lead-text .lead-text__head--text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.95;
  text-align: justify;
  /* margin-bottom: 30px; */
}

@media screen and (max-width: 1200px) {
  #top.l-main .lead-text .lead-text__head--text {
    font-size: 18px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  #top.l-main .lead-text .lead-text__head--text {
    font-size: 16px;
    font-size: 1rem;
  }
  .zutto-care-text-detail-sp {
    padding-left: 3%;
  }
}

@media screen and (max-width: 640px) {
  #top.l-main .lead-text .lead-text__head--text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

#top.l-main .lead-img {
  width: 40%;
}

@media screen and (max-width: 768px) {
  #top.l-main .lead-img {
    width: 100%;
    text-align: center;
  }
}

#top.l-main .topics {
  padding-top: 45px;
  background-color: #fff;
  top: -1px;
  color: #e63828;
  position: relative;
}

@media screen and (max-width: 425px) {
  #top.l-main .topics {
    padding-top: 20px;
  }
}

#top.l-main .topics::before {
  content: "";
  display: inline-block;
  background-image: url(../../img/top/topics/tec01_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 315px;
  padding-top: 787px;
  top: 30px;
  right: 0;
  z-index: 5;
}

@media screen and (max-width: 1400px) {
  #top.l-main .topics::before {
    width: 20%;
    padding-top: 50%;
  }
}

#top.l-main .topics__bg {
  padding-top: 200px;
  background-image: url(../../img/top/topics/bg02.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1200px) {
  #top.l-main .topics__bg {
    padding-top: 150px;
  }
}

@media screen and (max-width: 768px) {
  #top.l-main .topics__bg {
    padding-top: 20%;
  }
}

#top.l-main .topics__bg02 {
  padding: 0 60px 60px;
  background-color: #fff;
}

@media screen and (max-width: 1200px) {
  #top.l-main .topics__bg02 {
    padding: 0 4.375% 30px;
  }
}

#top.l-main .topics__title {
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  #top.l-main .topics__title {
    margin-bottom: 20px;
  }
}

#top.l-main .topics-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #top.l-main .topics-box {
    display: block;
  }
}

#top.l-main .topics-box-main {
  width: 46.2%;
  color: #515150;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #top.l-main .topics-box-main {
    width: 100%;
  }
}

#top.l-main .topics-box-main__img {
  height: 310px;
  margin-bottom: 10px;
  overflow: hidden;
  background-size: cover;
}

@media screen and (max-width: 1200px) {
  #top.l-main .topics-box-main__img {
    height: 31vw;
  }
}

@media screen and (max-width: 768px) {
  #top.l-main .topics-box-main__img {
    height: 51vw;
  }
}

@media screen and (max-width: 640px) {
  #top.l-main .topics-box-main__img {
    height: 50vw;
  }
}

#top.l-main .topics-box-main__imgStyle {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

#top.l-main .topics-box-main__inner {
  color: #e63828;
  padding: 0 45px 25px 0;
  border-bottom: 0.5px solid #d0d1d1;
  position: relative;
}

#top.l-main .topics-box-main__inner::after,
#top.l-main .topics-box-main__inner::before {
  content: "";
  display: inline-block;
  background-color: #d0d1d1;
  position: absolute;
  width: 10px;
  height: 1px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#top.l-main .topics-box-main__inner::before {
  top: 48%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(30deg);
  transform: translateY(-50%) rotate(30deg);
}

#top.l-main .topics-box-main__inner::after {
  top: 52%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(-30deg);
  transform: translateY(-50%) rotate(-30deg);
}

@media screen and (max-width: 768px) {
  #top.l-main .topics-box-main__inner {
    border-bottom: none;
  }
}

#top.l-main .topics-box-main__inner .topics-box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  font-family: Mulish, sans-serif;
  margin-bottom: 5px;
}

#top.l-main .topics-box-main__title {
  width: 73%;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  #top.l-main .topics-box-main__title {
    width: 100%;
  }
}

#top.l-main .topics-box-main:hover .topics-box-main__inner::before {
  -webkit-transform: translateY(-50%) translateX(5px) rotate(30deg);
  transform: translateY(-50%) translateX(5px) rotate(30deg);
}

#top.l-main .topics-box-main:hover .topics-box-main__inner::after {
  -webkit-transform: translateY(-50%) translateX(5px) rotate(-30deg);
  transform: translateY(-50%) translateX(5px) rotate(-30deg);
}

#top.l-main .topics-box__lists {
  width: 46.2%;
}

@media screen and (max-width: 768px) {
  #top.l-main .topics-box__lists {
    width: 100%;
  }
}

#top.l-main .topics-box__list {
  padding: 19.5px 30px 27px 0;
  border-bottom: 0.5px solid #d0d1d1;
  position: relative;
}

@media screen and (max-width: 768px) {
  #top.l-main .topics-box__list {
    padding: 20px 0 25px;
  }
}

#top.l-main .topics-box__list:first-child {
  border-top: 0.5px solid #d0d1d1;
}

#top.l-main .topics-box__list::after,
#top.l-main .topics-box__list::before {
  content: "";
  display: inline-block;
  background-color: #d0d1d1;
  position: absolute;
  width: 10px;
  height: 1px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#top.l-main .topics-box__list::before {
  top: 48%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(30deg);
  transform: translateY(-50%) rotate(30deg);
}

#top.l-main .topics-box__list::after {
  top: 52%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(-30deg);
  transform: translateY(-50%) rotate(-30deg);
}

#top.l-main .topics-box__list:hover::before {
  -webkit-transform: translateY(-50%) translateX(5px) rotate(30deg);
  transform: translateY(-50%) translateX(5px) rotate(30deg);
}

#top.l-main .topics-box__list:hover::after {
  -webkit-transform: translateY(-50%) translateX(5px) rotate(-30deg);
  transform: translateY(-50%) translateX(5px) rotate(-30deg);
}

#top.l-main .topics-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  margin-bottom: 5px;
}

#top.l-main .topics-box__content {
  font-family: Mulish, sans-serif;
}

#top.l-main .topics-box__date {
  padding-right: 8px;
  margin-right: 8px;
  position: relative;
  font-weight: 700;
}

#top.l-main .topics-box__date::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 60%;
  width: 1px;
  background-color: #e63828;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#top.l-main .topics-box__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#top.l-main .topics-box__cat--item {
  margin-right: 7px;
  font-weight: 700;
}

#top.l-main .topics-box__title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  word-break: break-all;
}

@media screen and (max-width: 640px) {
  #top.l-main .topics-box__title {
    font-size: 14px;
  }
}

#top.l-main .topics__btn {
  margin-right: auto;
  margin-left: auto;
}

#top.l-main .topics__bottom {
  padding-top: 470px;
  background-image: url(../../img/top/topics/bg01.png);
  background-repeat: repeat-x;
  background-size: contain;
}

@media screen and (max-width: 1450px) {
  #top.l-main .topics__bottom {
    padding-top: 33%;
  }
}

#top.l-main .event {
  margin-top: -1px;
  position: relative; /* 子要素の基準を設定 */
  z-index: 2; /* 背景画像より上に表示 */
  top: -57px;
}

#top.l-main .event__container {
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  /* padding: 110px 0; */
}

@media screen and (max-width: 1250px) {
  #top.l-main .event__container {
    margin-right: 4.375%;
    margin-left: 4.375%;
  }
}

@media screen and (max-width: 768px) {
  #top.l-main .event__container {
    /* padding: 50px 0; */
  }
}

#top.l-main .event__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 25px;
}

@media screen and (max-width: 640px) {
  #top.l-main .event__top {
    margin-bottom: 3%;
  }
}

#top.l-main .event__title {
  width: 76.5%;
}

@media screen and (max-width: 768px) {
  #top.l-main .event__btn {
    width: 25%;
    height: 11vw;
  }
}

@media screen and (max-width: 640px) {
  #top.l-main .event .btn-hover__after {
    top: 19px;
  }
}

#top.l-main .event__title--ja {
  width: 62.5%;
  margin-bottom: 25px;
  line-height: 1;
}

@media screen and (max-width: 1250px) {
  #top.l-main .event__title--ja {
    width: 27vw;
  }
}

@media screen and (max-width: 640px) {
  #top.l-main .event__title--ja {
    width: 30vw;
    margin-bottom: 3%;
  }
}

#top.l-main .event-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin-block: 85px; */
}

#top.l-main .event-lists__item {
  width: 30%;
}

@media screen and (max-width: 640px) {
  #top.l-main .event-lists__item {
    width: 100%;
    margin-bottom: 35px;
  }

  #top.l-main .event-lists__item:last-child {
    margin-bottom: 0;
  }
}

#top.l-main .event-lists__link {
  display: block;
  width: 100%;
  color: #515150;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}

#top.l-main .event-lists__link:hover {
  opacity: 0.8;
}

#top.l-main .event-lists__img {
  height: 200px;
  margin-top: 25px;
  overflow: hidden;
  background-size: cover;
}

@media screen and (max-width: 1250px) {
  #top.l-main .event-lists__img {
    height: 16.5vw;
  }
}

@media screen and (max-width: 640px) {
  #top.l-main .event-lists__img {
    height: 50vw;
  }
}

#top.l-main .event-lists__img--style {
  width: 100%;
  /* height: 100%; */
  padding-top: 56.25%;
  background-size: cover;
  /* background-position: center; */
  border-radius: 10px;
}

#top.l-main .event-lists__content {
  color: #4d74d1;
}

#top.l-main .event-lists__date {
  font-family: Mulish, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 768px) {
  #top.l-main .event-lists__date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 640px) {
  #top.l-main .event-lists__date {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

#top.l-main .event-lists__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  #top.l-main .event-lists__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  #top.l-main .event-lists__title {
    font-size: 14px;
  }
}

#top.l-main .event .event__btnWrap {
  text-align: center;
}

#top.l-main .event .event__btnWrap .event__btn {
  margin: 0 auto;
}

#top.l-main .movie__container {
  position: relative;
}

#top.l-main .movie__link {
  display: inline-block;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 5;
  width: 190px;
}

@media screen and (max-width: 1200px) {
  #top.l-main .movie__link {
    width: 18vw;
    top: 5%;
    left: 5%;
    min-width: 90px;
  }
}

#top.l-main .movie-slider__item img {
  width: 100%;
  height: auto;
  max-height: 900px;
  min-height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

#top.l-main .seminar {
  color: #ec660d;
}

#top.l-main .seminar__container {
  padding: 15px 0;
  position: relative;
  padding-bottom: 5%;
}

@media screen and (max-width: 1200px) {
  #top.l-main .seminar__container {
    padding: 60px 0;
  }
}

@media screen and (max-width: 768px) {
  #top.l-main .seminar__container {
    padding: 60px 0;
  }
}

@media screen and (max-width: 640px) {
  #top.l-main .seminar__container {
    padding: 45px 0;
  }
}

#top.l-main .seminar__title {
  margin-bottom: 55px;
}

#top.l-main .seminar__box--list {
  flex-direction: column;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* gap: 10px; */
}

.zutto-team-more-button {
  font-size: 100%;
  height: 3.5%;
  background-color: #c3c14c;
  color: #fff;
  padding: 14px 20px;
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
  position: absolute;
  top: 93%;
  left: 41.5%;
}

.top-zutto-facility-image-new .zutto-facility-more-button {
  font-size: 100%;
  height: 3.5%;
  background-color: #c69c7b;
  color: #fff;
  padding: 14px 20px;
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
  position: absolute;
  top: 93%;
  left: 41.5%;
}

.zutto-outline-sentences {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 745px;
}

.zutto-flow__wrapper {
  overflow-x: auto;
}

.zutto-day-options {
  background-color: #fff;
  padding: 14px;
  border-radius: 15px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  height: 21%;
  margin-top: 7%;
}

@media screen and (max-width: 768px) {
  #top.l-main .seminar__box--list {
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  /* #top.l-main .seminar__box .seminar__box--item {
    width: 48%;
  } */
  #top .zutto-about-section .top-zutto-about-image {
    /* padding-top: 33%; */
  }
  .top-zutto-team-image-new .ZUTTO-team-container {
    padding-top: 39%;
  }
  .top-zutto-team-image-new .zutto-course__list li {
    width: 90%;
    margin-top: 4%;
  }
  .top-zutto-team-image-new .zutto-team-more-button {
    height: 2%;
    position: absolute;
    top: 99%;
    width: 210px;
    left: 35.5%;
  }
  .top-zutto-facility-image-new .ZUTTO-facility-container {
    padding-top: 39%;
  }
  /* .top-zutto-facility-image .ZUTTO-facility-container .zutto-course__list {
    flex-direction: column;
  } */
  .top-zutto-facility-image-new
    .ZUTTO-facility-container
    .zutto-course__list
    .zutto-course__list--item {
    width: 90%;
  }
  .top-zutto-facility-image-new .zutto-facility-more-button {
    height: 2%;
    position: absolute;
    top: 100%;
    width: 210px;
    left: 35.5%;
  }
  .ZUTTO-image-outline1 {
    display: none;
  }
  .ZUTTO-image-outline2 {
    display: none;
  }
  .ZUTTO-image-outline3 {
    display: none;
  }
  .top-zutto-outline-image
    .ZUTTO-outline-container
    .course__list--item--content {
    flex-direction: column;
  }
  .top-zutto-outline-image .ZUTTO-outline-container .zutto-outline-sentences {
    /* min-width: 0; */
    margin-right: 10px;
  }
  #top.l-main .skill .course__list--item--box::before {
    display: none !important;
  }
  #top.l-main .skill .course__list--item--box::after {
    display: none !important;
  }
  .top-zutto-flow-image .zutto-flow__list {
    flex-direction: column;
  }
  .top-zutto-flow-image .zutto-flow__list .zutto-flow__list--item {
    width: 69%;
  }
  .top-zutto-flow-image .zutto-flow__wrapper {
    overflow: hidden;
  }
  .ZUTTO-flow-container .zutto-flow__wrapper {
    overflow-x: hidden;
  }
  .prepared-section .prepared-items {
    flex-direction: column;
  }
  .prepared-section .prepared-items .prepared__container {
    margin-bottom: 30px;
  }
  /* .top-zutto-service-image .ZUTTO-image-onsen {
    display: none;
  } */
  .top-zutto-service-image .zutto-service-thermometer-image {
    background-image: none;
  }
  /* .top-zutto-flow-image .ZUTTO-flow-container {
    padding-top: 42%;
  } */
  .ZUTTO-day .zutto-day-options {
    position: unset;
  }
  .ZUTTO-day .zutto-day-options .ZUTTO-service-option {
    position: unset;
    flex-direction: column;
    align-items: center;
  }
  .ZUTTO-day .zutto-day-options .course__list {
    position: unset;
  }
  /* .ZUTTO-container .ZUTTO-image-arrow-top {
    display: none;
  } */
  .ZUTTO-container .ZUTTO-image-arrow-bottom {
    display: none;
  }
  .ZUTTO-day .zutto-day-options .course__list--item--content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #top.l-main .skill .course__list--item--content .course__list--item--title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 470px) {
  /* #top.l-main .seminar__box .seminar__box--item {
    width: 48%;
  } */
  #top .zutto-about-section .top-zutto-about-image {
    padding-top: 15%;
  }
  .top-zutto-team-image-new .ZUTTO-team-container {
    padding-top: 54%;
  }
  .top-zutto-team-image-new .zutto-course__list {
    flex-direction: column;
  }
  .top-zutto-team-image-new .zutto-course__list li {
    width: 90%;
  }
  .top-zutto-team-image-new .zutto-team-more-button {
    height: 2%;
    position: absolute;
    top: 99%;
    width: 210px;
    left: 35.5%;
  }
  .top-zutto-facility-image-new .ZUTTO-facility-container {
    padding-top: 54%;
  }
  .top-zutto-facility-image-new .ZUTTO-facility-container .zutto-course__list {
    flex-direction: column;
  }
  .top-zutto-facility-image-new
    .ZUTTO-facility-container
    .zutto-course__list
    .zutto-course__list--item {
    width: 90%;
  }
  .top-zutto-facility-image-new .zutto-facility-more-button {
    height: 2%;
    position: absolute;
    top: 100%;
    width: 210px;
    left: 35.5%;
  }
  .ZUTTO-image-outline1 {
    display: none;
  }
  .ZUTTO-image-outline2 {
    display: none;
  }
  .ZUTTO-image-outline3 {
    display: none;
  }
  /* .top-zutto-outline-image .ZUTTO-outline-container {
    padding-top: 54%;
  } */
  .top-zutto-outline-image
    .ZUTTO-outline-container
    .course__list--item--content {
    flex-direction: column;
  }
  .top-zutto-outline-image .ZUTTO-outline-container .zutto-outline-sentences {
    /* min-width: 0; */
    margin-right: 10px;
  }
  #top.l-main .skill .course__list--item--box::before {
    display: none !important;
  }
  #top.l-main .skill .course__list--item--box::after {
    display: none !important;
  }
  /* .top-zutto-flow-image .zutto-flow__list {
    flex-direction: column;
  } */
  .top-zutto-flow-image .zutto-flow__list .zutto-flow__list--item {
    width: 69%;
  }
  .top-zutto-flow-image .zutto-flow__wrapper {
    overflow: hidden;
  }
  .ZUTTO-flow-container .zutto-flow__wrapper {
    overflow-x: hidden;
  }
  .prepared-section .prepared-items {
    flex-direction: column;
  }
  .prepared-section .prepared-items .prepared__container {
    margin-bottom: 30px;
  }
  /* .top-zutto-service-image .ZUTTO-image-onsen {
    display: none;
  } */
  .top-zutto-service-image .zutto-service-thermometer-image {
    background-image: none;
  }
  #top .skill .top-zutto-service-image .zutto-can-do {
    padding-top: 54%;
  }
  .top-zutto-flow-image .ZUTTO-flow-container {
    padding-top: 64%;
  }
  #top.l-main .skill .course__list--item--content .course__list--item--title {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  #top.l-main .seminar__box .seminar__box--item.--long {
    width: 100%;
  }
}

#top.l-main .seminar__box .seminar__box--item.--long .m-btn {
  width: 485px;
}

@media screen and (max-width: 768px) {
  #top.l-main .seminar__box .seminar__box--item.--long .m-btn {
    width: 100%;
  }
}

#top.l-main .seminar__box .seminar__btn {
  width: 226px;
  height: 90px;
  font-size: 25px;
  font-size: 1.5625rem;
}

@media screen and (max-width: 768px) {
  #top.l-main .seminar__box .seminar__btn {
    width: 100%;
    font-size: 20px;
    font-size: 1.25rem;
    height: 70px;
  }
}

#top.l-main .seminar__box .seminar__btn .seminar__btn--date {
  font-family: Mulish, sans-serif;
  font-weight: 900;
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  #top.l-main .seminar__box .seminar__btn .seminar__btn--date {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

#top.l-main .seminar-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #top.l-main .seminar-lead {
    margin-bottom: 80px;
  }
}

#top.l-main .seminar-lead__title {
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  #top.l-main .seminar-lead__title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 768px) {
  #top.l-main .seminar-lead__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 640px) {
  #top.l-main .seminar-lead__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

#top.l-main .seminar-lead__head {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 5px;
}

@media screen and (max-width: 1200px) {
  #top.l-main .seminar-lead__head {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  #top.l-main .seminar-lead__head {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 640px) {
  #top.l-main .seminar-lead__head {
    font-size: 16px;
    font-size: 1rem;
  }
}

#top.l-main .seminar-lead__content {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  #top.l-main .seminar-lead__content {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 768px) {
  #top.l-main .seminar-lead__content {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  #top.l-main .seminar-lead__content {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

#top.l-main .seminar-lead__image {
  margin-top: 25px;
}

#top.l-main .seminar-lead__btn {
  margin-top: auto;
}

#top.l-main .seminar-person {
  width: 42%;
}

@media screen and (max-width: 768px) {
  #top.l-main .seminar-person {
    width: 100%;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  #top.l-main .seminar-person__inner {
    width: 100%;
  }
}

#top.l-main .seminar-person__img {
  margin-bottom: 3px;
}

@media screen and (max-width: 768px) {
  #top.l-main .seminar-person__img {
    width: 70%;
  }
}

#top.l-main .seminar-person__profile {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: -0.05rem;
}

#top.l-main .seminar-person__profile--medium {
  font-size: 21px;
  font-size: 1.3125rem;
}

@media screen and (max-width: 1200px) {
  #top.l-main .seminar-person__profile--medium {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

@media screen and (max-width: 768px) {
  #top.l-main .seminar-person__profile--medium {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 640px) {
  #top.l-main .seminar-person__profile--medium {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

#top.l-main .seminar-person__profile--big {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
}

@media screen and (max-width: 1200px) {
  #top.l-main .seminar-person__profile--big {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 768px) {
  #top.l-main .seminar-person__profile--big {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 640px) {
  #top.l-main .seminar-person__profile--big {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

#top.l-main .seminar-person__detail {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: -0.05rem;
}

#top.l-main .seminar-person__btn {
  display: none;
}

@media screen and (max-width: 768px) {
  #top.l-main .seminar-person__btn {
    display: block;
    width: 20%;
    max-width: 190px;
    position: absolute;
    top: 4%;
    right: 0;
  }
}

#top.l-main .seminar-btn {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  #top.l-main .seminar-btn {
    display: none;
  }
}

#top.l-main .skill {
  color: #ec660d;
  /* overflow: hidden; */
  /* padding-bottom: 150px; */
}

#top.l-main .skill__mv {
  padding-top: 756px;
  background-image: url(../../img/top/skillup/mv.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 2000px) {
  #top.l-main .skill__mv {
    padding-top: 39%;
  }
}

#top.l-main .skill__title {
  margin-top: -117px;
}

@media screen and (max-width: 1200px) {
  #top.l-main .skill__title {
    margin-top: -11%;
  }
}

#top.l-main .skill__container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1200px) {
  #top.l-main .skill__container {
    margin: 30px 4.375% 65px;
  }
}

#top.l-main .skill .skill__container--text {
  margin-bottom: 30px;
}

#top.l-main .skill .course__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px 10px;
}

#top.l-main .skill .course__list--item {
  width: 48%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1200px) {
  #top.l-main .skill .course__list--item {
    /* width: 100%; */
  }
}

#top.l-main .skill .course__list--item--content {
  margin-top: 10px;
}

#top.l-main .skill .course__list--item--title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #top.l-main .skill .course__list--item--title {
    font-size: 21px;
    font-size: 2rem;
  }
  .skill .top-zutto-service-image .zutto-can-do {
    padding-top: 39%;
    padding-right: 4.5%;
  }
}

#top.l-main .skill .course__list--item--text {
  /* font-size: 18px; */
  font-size: 1rem;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 768px) {
  #top.l-main .skill .course__list--item--text {
    font-size: 15px;
    font-size: 1rem;
  }
}

#top.l-main .skill .course__list--item--lead {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 7px;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 768px) {
  #top.l-main .skill .course__list--item--lead {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

#top.l-main .skill .course__list--item--box {
  width: 100%;
  position: relative;
  padding: 0 25px;
  margin-top: 12px;
  margin-bottom: 50px;
}

#top.l-main .skill .course__list--item--box::after,
#top.l-main .skill .course__list--item--box::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 100%;
  border-top: 1px solid #4d74d1;
  border-bottom: 1px solid #4d74d1;
  top: 0;
}

#top.l-main .skill .course__list--item--box::before {
  border-left: 1px solid #4d74d1;
  left: 0;
}

#top.l-main .skill .course__list--item--box::after {
  border-right: 1px solid #4d74d1;
  right: 0;
}

#top.l-main .skill .course__list--item--box .course-obj {
  position: absolute;
  z-index: 1;
}

#top.l-main .skill .course__list--item--box .course-obj.course-obj01 {
  right: 10px;
  bottom: 0;
  width: 189px;
}

@media screen and (max-width: 768px) {
  #top.l-main .skill .course__list--item--box .course-obj.course-obj01 {
    width: 30%;
  }
}

#top.l-main .skill .course__list--item--box .course-obj.course-obj02 {
  right: -75px;
  bottom: -25px;
  width: 205px;
}

@media screen and (max-width: 768px) {
  #top.l-main .skill .course__list--item--box .course-obj.course-obj02 {
    width: 30%;
    right: 20px;
  }
}

#top.l-main .skill .course__list--item--box .course-obj.course-obj03 {
  bottom: -109px;
  right: -29px;
  width: 200px;
}

@media screen and (max-width: 768px) {
  #top.l-main .skill .course__list--item--box .course-obj.course-obj03 {
    width: 30%;
    right: 0;
    bottom: -55px;
  }
}

#top.l-main .skill .course__list--item--box .course-obj.course-obj04 {
  bottom: 0;
  right: 15px;
  width: 189px;
}

@media screen and (max-width: 768px) {
  #top.l-main .skill .course__list--item--box .course-obj.course-obj04 {
    width: 30%;
  }
}

#top.l-main .skill .course__list--item--list li {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  #top.l-main .skill .course__list--item--list li {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6;
  }
}

#top.l-main .skill .course__btn {
  margin: auto auto 0;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
  #top.l-main .skill .course__btn {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

#top.l-main .skill .course__link {
  margin: auto auto 0;
  margin-left: auto;
  margin-right: auto;
}

#top.l-main .skill .schedule {
  color: #ec660d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

@media screen and (max-width: 1200px) {
  #top.l-main .skill .schedule {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
  }
}

#top.l-main .skill .schedule .schedule--inner {
  font-weight: 700;
  border: 2px solid #ec660d;
  max-width: 285px;
  width: 100%;
  padding: 22px 15px;
  text-align: center;
  position: relative;
}

#top.l-main .skill .schedule .schedule--inner:nth-last-of-type(1)::after {
  content: none;
}

#top.l-main .skill .schedule .schedule--inner::after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: -50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 19px;
  border-color: transparent transparent transparent #ec660d;
}

@media screen and (max-width: 1200px) {
  #top.l-main .skill .schedule .schedule--inner::after {
    top: initial;
    bottom: -37px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 19px 13px 0 13px;
    border-color: #ec660d transparent transparent transparent;
  }
}

#top.l-main .skill .schedule .schedule--inner__headWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 25px;
  position: relative;
}

#top.l-main .skill .schedule .schedule--inner__date {
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
  display: inline-block;
}

#top.l-main .skill .schedule .schedule--inner__date:nth-of-type(2)::before {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #ec660d;
}

#top.l-main .skill .schedule .schedule--inner__date .year {
  font-size: 15px;
  font-size: 0.9375rem;
  position: absolute;
  top: 0;
  left: 0;
}

#top.l-main .skill .schedule .schedule--inner__date .month {
  font-size: 30px;
  font-size: 1.875rem;
}

#top.l-main .skill .schedule .schedule--inner__date .day {
  font-size: 55px;
  font-size: 3.4375rem;
  line-height: 0.5;
}

#top.l-main .skill .schedule .schedule--text {
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ec660d;
}

#top.l-main .slide-sec .contents-slider--container {
  position: relative;
}

#top.l-main .slide-sec .contents-slider--container::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(35, 24, 21, 0.6);
  z-index: 10;
}

#top.l-main .slide-sec .contents-slider--container .slider-box {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

#top.l-main .slide-sec .contents-slider--container .slider-box--title {
  font-size: 100px;
  font-size: 6.25rem;
  font-weight: 900;
  font-family: Mulish, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #top.l-main .slide-sec .contents-slider--container .slider-box--title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

#top.l-main .slide-sec .contents-slider--container .slider-box--lead {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
  #top.l-main .slide-sec .contents-slider--container .slider-box--lead {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

#top.l-main .slide-sec .contents-slider--container .slider-box--date {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  #top.l-main .slide-sec .contents-slider--container .slider-box--date {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

#top.l-main .slide-sec .contents-slider--container .slider-box--text {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  #top.l-main .slide-sec .contents-slider--container .slider-box--text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

#top.l-main .slide-sec .contents-slider--container .slider-box--linkWrap {
  margin-top: 65px;
}

@media screen and (max-width: 768px) {
  #top.l-main .slide-sec .contents-slider--container .slider-box--linkWrap {
    margin-top: 30px;
  }
}

#top.l-main
  .slide-sec
  .contents-slider--container
  .slider-box--linkWrap
  .m-moreBtn {
  margin-inline: auto;
}

#top.l-main .slide-sec .contents-slider--container .slider-box__btn {
  margin-left: auto;
  margin-right: auto;
}

#top.l-main .slide-sec .sliderItem {
  width: 100%;
}

#top.l-main .slide-sec .sliderItem img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #top.l-main .slide-sec .sliderItem img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 325px;
    max-height: 900px;
  }
}

#top.l-main .supporter__container {
  padding: 90px 0;
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1200px) {
  #top.l-main .supporter__container {
    margin-right: 4.375%;
    margin-left: 4.375%;
  }
}

@media screen and (max-width: 1200px) {
  #top.l-main .supporter__container {
    padding: 60px 0;
  }
}

@media screen and (max-width: 768px) {
  #top.l-main .supporter__container {
    padding: 50px 0;
  }
}

#top.l-main .supporter__title {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #top.l-main .supporter__title {
    margin-bottom: 0;
  }
}

#top.l-main .supporter__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#top.l-main .supporter__list {
  width: 12.5%;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  #top.l-main .supporter__list {
    width: 16.6666666667%;
  }
}

@media screen and (max-width: 768px) {
  #top.l-main .supporter__list {
    width: 20%;
  }
}

@media screen and (max-width: 640px) {
  #top.l-main .supporter__list {
    width: 25%;
  }
}

@media screen and (max-width: 425px) {
  #top.l-main .supporter__list {
    width: 33.3333333333%;
  }
}

#top.l-main .sdgs__container {
  padding-top: 40px;
  margin-bottom: 120px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  #top.l-main .sdgs__container {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  #top.l-main .sdgs__container {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 640px) {
  #top.l-main .sdgs__container {
    padding-top: 19%;
  }
}

#top.l-main .sdgs__container::before {
  content: "";
  display: inline-block;
  background-image: url(../../img/top/sdgs/item01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 317px;
  padding-top: 641px;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1200px) {
  #top.l-main .sdgs__container::before {
    width: 27%;
    padding-top: 55%;
  }
}

@media screen and (max-width: 640px) {
  #top.l-main .sdgs__container::before {
    top: -7vw;
    width: 13%;
    padding-top: 25%;
  }
}

#top.l-main .sdgs__inner {
  max-width: 845px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  left: 100px;
}

@media screen and (max-width: 1300px) {
  #top.l-main .sdgs__inner {
    width: 60%;
    left: 0;
    margin-right: 4.375%;
  }
}

@media screen and (max-width: 640px) {
  #top.l-main .sdgs__inner {
    width: auto;
    margin-left: 4.375%;
  }
}

#top.l-main .sdgs__img {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #top.l-main .sdgs__img {
    margin-bottom: 25px;
  }
}

#top.l-main .sdgs__text {
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 0.5px solid #000;
  line-height: 2;
  padding-bottom: 13px;
  margin-bottom: 13px;
}

@media screen and (max-width: 768px) {
  #top.l-main .sdgs__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 768px) {
  #top.l-main .sdgs__text br {
    display: none;
  }
}

#top.l-main .sdgs__atten {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #top.l-main .sdgs__atten {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 640px) {
  #top.l-main .sdgs__atten {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 768px) {
  #top.l-main .sdgs__atten br {
    display: none;
  }
}

.d-none {
  display: none;
}
.caution-min-text {
  font-size: 80%;
}
.caution-nano-text {
  font-size: 65%;
}
.zutto-options-margin-function {
  margin-top: 0% !important;
}

.zutto-postnatal-sp {
  display: none !important;
}

.zutto-care-sp {
  display: none !important;
}
.ZUTTO-container {
  /* width: 80%;
  max-width: 1200px;
  /* margin: 0 auto;
  padding: 20px; */
  margin-left: 5%;
  position: relative;
  margin-top: 2%;
}

.ZUTTO-intro {
  /* text-align: center;
  margin-bottom: 40px; */
}

.ZUTTO-intro h1 {
  font-size: 2.5em;
  color: #ec660d;
}

.ZUTTO-intro p {
  /* margin-top: 1%; */
  font-size: 1.25em;
  font-weight: bold;
}
.zutto-about-logo img {
  margin-left: 4%;
}
.zutto-about-image-right img {
  margin-bottom: 3%;
}
.zutto-about-content img {
  width: 80%;
  margin-bottom: 3%;
}

.service-main-functioms {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -4.5%;
}

.service-cando-text {
  font-size: 1.5rem;
  font-weight: bold;
}

.service-care-detail {
  margin-left: 3%;
  padding-top: 2%;
  line-height: 1.6;
}

.service-included-text {
  font-size: 1rem;
  font-weight: normal;
}

.ZUTTO-image-onsen img {
  position: absolute;
  top: 0%;
  right: 0%;
  max-width: 48%;
}

.ZUTTO-image-arrow-top img {
  position: absolute;
  top: 36%;
  left: 0%;
}

.ZUTTO-image-arrow-bottom-pc img {
  position: absolute;
  top: 81.5%;
  left: 0%;
  display: block !important;
}
.ZUTTO-image-arrow-bottom-sp img {
  display: none !important;
}
@media (max-width: 1024px) {
  .ZUTTO-image-onsen img {
    max-width: 40%;
  }
}
@media (max-width: 910px) {
  .ZUTTO-image-arrow-bottom-pc img {
    display: none !important;
  }
  .ZUTTO-image-arrow-bottom-sp img {
    position: absolute;
    top: 81.5%;
    left: 0%;
    display: block !important;
  }
}
.ZUTTO-image-spend img {
  position: absolute;
  top: -6%;
}

.ZUTTO-image-memorial-photo {
  text-align: center;
}

.ZUTTO-image-memorial-photo img {
  display: block;
  /* margin: 0 auto; */
  margin-bottom: 6%;
}

.memorial-text {
  display: flex;
  justify-content: space-between; /* 左右の端に配置 */
  padding: 0 10px; /* 画像に対して左右の余白を追加 */
}

.ZUTTO-image-childcare{
  position: relative;
}
.option-price{
  position: absolute;
  bottom: 23%;
  right: 10%;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}

.ZUTTO-image-baby-massage img {
  margin-bottom: 6%;
}

.ZUTTO-image-aesthetic img {
  margin-bottom: 6%;
}

.ZUTTO-image-outline1 img {
  position: absolute;
  top: -15%;
  z-index: 10;
  left: 60%;
}

.ZUTTO-image-outline2 img {
  position: absolute;
  top: 18%;
  z-index: 100;
  left: 75%;
}

.ZUTTO-image-outline3 img {
  position: absolute;
  top: 67%;
  z-index: 100;
  left: -10.5%;
}

.ZUTTO-day h2 {
  font-size: 7em;
  color: #ec660d;
  margin-top: -1.5%;
  margin-bottom: -35px;
}

.ZUTTO-time {
  font-size: 1.25rem;
  font-weight: bold;
}

.activity-chackin {
  font-size: 1.25rem;
  font-weight: bold;
}

.activity-text {
  font-size: 1.25rem;
  font-weight: bold;
}

.activity-chackout-pc {
  display: block !important;
}

.activity-chackout-sp {
  display: none !important;
}
.ZUTTO-note {
  font-size: 0.9em;
  color: #ec660d;
  margin-bottom: 20px;
  position: relative;
  top: -0.5vw;
  left: 0.5vw;
}

.ZUTTO-schedule {
  display: flex;
  margin-bottom: 4px;
  margin-left: 1%;
}

.service-option-title {
  font-size: 1.5rem;
  font-weight: bold;
}

.ZUTTO-service-option {
  display: flex;
  /* flex-wrap: wrap; */
  /* -webkit-box-pack: justify; */
  /* justify-content: space-between; */
  gap: 15px;
  width: 155%;
  position: absolute;
  top: -31%;
  left: 53%;
}

.ZUTTO-team-container {
  color: #c3c14c;
  padding-top: 11%;
  /* margin-left: 4%; */
}

.ZUTTO-facility-container {
  color: #c69c7b;
  padding-top: 11%;
  /* margin-left: 4%; */
  margin-top: 6%;
}

.ZUTTO-outline-container {
  color: #4d74d1;
  padding-top: 11%;
  margin-left: 4%;
  margin-top: 6%;
  position: relative;
}

.ZUTTO-flow-container {
  color: #e3b700;
  padding-top: 13%;
  margin-left: 4%;
  margin-top: -5%;
  line-height: 1.4;
}

.zutto-course__list--item {
  width: 26.8%;
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: 4%;
}

.zutto-team__list--item {
  width: 30.8%;
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;

  flex-direction: column;
}

.zutto-course__list {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 20px 19px;
}

.zutto-flow__wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.zutto-flow__list {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 20px 19px;
  width: 195%;
}

.zutto-flow__list--item {
  width: 28%;
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.zutto-flow__wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

/* スクロールバーのスタイル */
.zutto-flow__wrapper::-webkit-scrollbar {
  height: 8px; /* 横スクロールバーの高さ */
}

.zutto-flow__wrapper::-webkit-scrollbar-track {
  background: #c5bb94; /* スクロールバーのトラックの色 */
  border-radius: 10px;
}

.zutto-flow__wrapper::-webkit-scrollbar-thumb {
  background: #e3b700; /* スクロールバーの色 */
  border-radius: 10px;
}

.zutto-flow__wrapper::-webkit-scrollbar-thumb:hover {
  background: #e3b600b9; /* ホバー時のスクロールバーの色 */
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
}
.ZUTTO-sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
  z-index: 1000;
  padding: 10px 0;
}
.ZUTTO-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  max-width: 1200px;
  margin-left: 850px;
  position: relative;
}
.ZUTTO-sticky-header::before {
  content: "";
  position: absolute;
  /* bottom: -20px; */
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #fff;
  /* border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px; */
}
.ZUTTO-logo img {
  height: 60px;
}
.ZUTTO-main-navigation ul {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.ZUTTO-main-navigation a {
  text-decoration: none;
  color: #4d74d1;
  /* font-weight: bold; */
  font-size: 1rem;
}
.ZUTTO-menu-icon {
  display: none;
  flex-direction: column;
  gap: 5px;
}
.ZUTTO-menu-icon span {
  width: 25px;
  height: 3px;
  background-color: #53736b;
}
@media (max-width: 768px) {
  .ZUTTO-main-navigation {
    display: none;
  }
  .ZUTTO-menu-icon {
    display: flex;
  }
}

.beppu-care {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4%;
}

.zutto-care-text {
  padding-left: 5%;
  color: #fff !important;
  /* margin-top: 27%; */
  position: relative;
  width: 1100px !important;
  height: 750px;
}
.top-hover-color-change-pc {
  /* position: relative;
  line-height: 0.9;
  margin-bottom: 5vw;
  top: 4%; */
  width: 57%;
  height: 40%;
}
.top-hover-color-change-sp {
  display: none !important;
}
.top-button-modal {
  position: absolute;
  bottom: 3%;
  right: 2%;
}
.zutto-care-text-title-pc {
  font-weight: bold;
  color: #fff !important;
  font-weight: bold !important;
  margin-top: 363px;
}

.zutto-care-text-title-sp {
  font-weight: bold;
  color: #fff !important;
  display: none;
}

.zutto-care-text-detail-pc {
  font-size: 1rem !important;
  line-height: 1.5 !important;
  position: relative;
  left: 0%;
  font-weight: bold;
  width: 200%;
}

.zutto-care-text-detail-sp {
  display: none !important;
}

.zutto-postnatal-pc {
  font-size: 5.5rem;
  position: relative;
  left: 0%;
  bottom: 2%;
}
.zutto-care-pc {
  position: fixed;
  font-size: 1500%;
  bottom: -17%;
  left: 2%;
}

.zutto-news-api {
  margin-top: -13%;
}
.zutto-about-logo {
  padding-top: 13%;
}

.zutto-about-detali-pc {
  font-size: 0.9rem !important;
  line-height: 1.8 !important;
  margin-left: 2% !important;
}
.zutto-about-detali-sp {
  display: none !important;
}

.zutto-about-title-text {
  font-size: 1.5rem;
  font-weight: bold;
}

.zutto-about-end-text {
  margin-top: 2%;
  font-size: 1rem;
  margin-left: 2%;
}

.service-main-functions {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.zutto-can-do {
  padding-top: 12%;
  max-width: 1000px;
  margin-left: 4.5%;
}
.zutto-team-logo img {
  margin-left: 4%;
}
.zutto-facility-logo img {
  margin-left: 4%;
}
.zutto-outline-logo img {
  margin-left: 4%;
}
.zutto-flow-logo img {
  margin-left: 4%;
}
.zutto-service-logo {
  margin-top: 2%;
}
.service-option-pc {
  font-size: 1rem;
  line-height: 1.15;
}
.service-option-sp {
  display: none !important;
}
.top-hover-color-change-pc:hover {
  color: #4d74d1; /* ホバー時の色 */
}

.ZUTTO-schedule-new3 {
    margin-bottom: 4px;
    margin-left: 1%;
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 7rem;
    background-color: transparent;
}

.ZUTTO-schedule-new3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #C16821;
}

.ZUTTO-schedule-new3::after {
    content: "／";
    position: absolute;
    left: -1px;
    bottom: 27%;
    width: 1rem;
    height: 0px;
    background-color: #C16821;
}

.service-option-pc-new {
    width: 90%;
}

.ZUTTO-image-childcare {
    flex: 0 0 auto;
    width: 30%;
}

.ZUTTO-image-childcare img {
    display: block;
    /* margin: 0 auto; */
}

.ZUTTO-image-daddy {
    flex: 0 0 auto;
    width: 30%;
    position: relative;
}

.ZUTTO-image-daddy img {
    display: block;
    /* margin: 0 auto; */
}

.zutto-link{
  position: fixed;
  bottom: 2%;
  right: 0%;
  width: 300px;
  z-index: 1000;
}

.sp-display{
display: none;
}


@media (max-width: 910px) {
    .service-option-detail-new {
        width: auto;
    }
    .ZUTTO-image-childcare {
        padding-bottom: 5%;
        width: auto;
    }
    .ZUTTO-image-childcare img {
        width: 100%;
        height: auto;
}

.ZUTTO-image-daddy {
        padding-bottom: 5%;
        width: auto;
    }
    .ZUTTO-image-daddy img {
        width: 100%;
        height: auto;
}

}

@media (max-width: 1200px) {
  .zutto-slider-container {
    margin-bottom: 6%;
  }
  .top-baby-back-image {
    max-width: 100% !important;
    /* margin: 30px 4.375% 65px; */
  }
  .zutto-care-text {
    /* margin-top: 15%; */
  }
}

@media (max-width: 1100px) {
  .service-option-pc {
    display: none !important;
  }

  .service-option-sp {
    width: 50%;
    display: block !important;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (max-width: 1100px) {
  .service-option-pc {
    display: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 1100px) {
  #top.l-main .seminar__container {
    padding: 0px 0;
    padding-bottom: 50px;
    padding-top: 20px;
  }
  .zutto-day-options {
    height: 25%;
  }
}
@media (max-width: 1024px) {
  #top.l-main .top-zutto-service-image {
    max-width: 935px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .zutto-day-options {
    height: 24%;
    margin-top: 7% !important;
  }
  .top-hover-color-change-pc {
    width: 70%;
  }
}
@media (min-width: 937px) and (max-width: 1024px) {
  .top-baby-back-image {
    margin: 30px 4.375% 65px;
  }
}

@media (max-width: 910px) {
  .beppu-care {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px !important;
  }
  #top.l-main .top-baby-back-image {
    background-image: url(../../img/zutto/motto_sp_top.png);
    background-repeat: no-repeat;
    background-size: auto;
    margin-top: 7%;
    min-height: 1015px !important;
    border-radius: 0 25px 25px 25px !important;
    margin-left: 12%;
    animation: zutto-anime-sp 20s 0s ease;
    animation-iteration-count: infinite;
    animation-delay: 3s;
  }

  @keyframes zutto-anime-sp {
    0% {
      background-image: url(../../img/zutto/motto_sp_top.png);
    }
    25% {
      background-image: url(../../img/zutto/top_sp01.png);
    }
    50% {
      background-image: url(../../img/zutto/top_sp02.png);
    }
    75% {
      background-image: url(../../img/zutto/top_sp03.png);
    }
    100% {
      background-image: url(../../img/zutto/motto_sp_top.png);
    }
  }
  .zutto-care-text-title-pc {
    font-weight: bold;
    color: #fff !important;
    display: none;
  }

  .top-hover-color-change-sp {
    display: block !important;
    position: relative;
    /*line-height: 1.9;
    margin-bottom: 4vw; */
    top: 14%;
    left: -2%;
    width: 57%;
    cursor: pointer;
    color: #fff !important;
  }
  .top-hover-color-change-sp::before {
    content: "";
    position: absolute;
    top: 20px; /* 必要な分だけ範囲を上へ拡張 */
    left: 8px; /* 必要な分だけ範囲を左へ拡張 */
    /* right: -146px; 必要な分だけ範囲を右へ拡張 */
    /* bottom: 3px; 必要な分だけ範囲を下へ拡張 */
    z-index: -1; /* 親要素より背面に配置 */
    width: 398px;
    height: 168px;
  }
  .top-hover-color-change-sp:hover {
    color: #4d74d1 !important; /* ホバー時の色 */
  }

  .top-button-modal {
    position: absolute;
    top: 3%;
    right: 18%;
    height: 22%;
  }

  .top-hover-color-change-pc {
    display: none !important;
  }

  .zutto-care-text-title-sp {
    font-weight: bold;
    color: #fff !important;
    display: block;
    font-weight: bold !important;
    margin-top: 547px;
  }

  .zutto-postnatal-pc {
    display: none !important;
  }
  .zutto-care-pc {
    display: none !important;
  }
  .zutto-postnatal-sp {
    display: block !important;
    font-size: 3.53rem;
    position: absolute !important;
    top: 80% !important;
    /* top: 134% !important; */
    left: 2% !important;
  }
  .zutto-care-sp {
    display: block !important;
    position: absolute !important;
    font-size: 9rem !important;
    top: 81% !important;
    /* top: 134% !important; */
    left: 0% !important;
  }
  .zutto-care-text {
    margin-top: 9%;
    width: 540px !important;
    height: 954px;
  }
  .zutto-news-api {
    margin-top: 0%;
  }

  .zutto-about-logo {
    margin-top: 17% !important;
  }

  .zutto-about-image-right img {
    margin-top: 12%;
    width: 71%;
  }
  .zutto-about-detali-sp {
    width: 69% !important;
    margin-left: 5% !important;
  }
  .zutto-about-title-text {
    margin-left: 3% !important;
  }
  .zutto-about-end-text {
    margin-left: 5% !important;
  }
  .zutto-about-image-right img {
    width: 56% !important;
    margin-top: 9% !important;
  }
  .top-zutto-news-image {
    padding-top: 79px !important;
  }
  .zutto-flow__list {
    width: 148%;
  }
}

@media (max-width: 794px) {
  #top.l-main .top-baby-back-image {
    margin-left: 12.5%;
  }
  .zutto-care-sp {
    top: 81% !important;
    /* top: 136% !important; */
  }
}

@media (max-width: 768px) {
  .zutto-care-text-title-sp {
    /* margin-top: -3%; */
    margin-left: 3%;
  }
  #top.l-main .top-baby-back-image {
    margin-left: 13.5%;
  }
  .top-button-modal {
    top: 0%;
    right: 13%;
  }
  .zutto-care-text-title-sp {
    margin-top: 550px;
  }
  .zutto-about-logo {
    margin-top: 21% !important;
    padding-top: 0% !important;
  }
  .zutto-care-text-title-sp {
    margin-left: 1%;
  }
  .zutto-care-text-detail-sp {
    padding-left: 1%;
  }
  .zutto-link{
    width: 30%;
  }

  .sp-display{
    display: block;
  }
  .pc-display{
    display: none;
  }
  

  

  /* .zutto-postnatal-sp {
    font-size: 3.49rem;
    top: 95% !important;
  } */
  /* .zutto-care-sp {
    top: 99% !important;
  } */
  /* .zutto-care-text-detail-sp {
    position: relative !important;
    left: 0%;
  } */
}

@media (max-width: 768px) {
  #top .beppu-care .zutto-postnatal-sp {
    top: 23% !important;
  }
  #top .beppu-care .zutto-care-sp {
    top: 24% !important;
  }
  .top-hover-color-change-sp::before {
    top: 240px; /* 必要な分だけ範囲を上へ拡張 */
    left: 19px; /* 必要な分だけ範囲を左へ拡張 */
  }
}

@media (max-width: 718px) {
  #top.l-main .top-baby-back-image {
    margin-left: 15.9%;
  }
}

@media (max-width: 640px) {
  #top.l-main .top-baby-back-image {
    margin-left: 7.9%;
  }
  .zutto-care-text-title-sp {
    /* margin-top: -3%; */
  }
}

@media (min-width: 515px) and (max-width: 595px) {
  .zutto-care-text {
    width: 100% !important;
  }
  #top.l-main .top-baby-back-image {
    margin-left: 3.9%;
  }
}

@media (min-width: 481px) and (max-width: 514px) {
  .top-baby-back-image {
    max-width: 91% !important;
  }
  #top.l-main .top-baby-back-image {
    margin-left: 3.9%;
  }
  .top-button-modal {
    right: 16%;
    height: 22%;
  }
}

@media (max-width: 480px) {
  #top.l-main .top-baby-back-image {
    margin-left: 6.9%;
    margin-right: 5%;
    background-size: contain;
    margin-top: 7%;
    min-height: 757px !important;
  }

  .zutto-care-text-title-sp {
    /* margin-top: 19%; */
    margin-left: 0%;
  }
  .zutto-care-text-detail-sp {
    /* left: -2.5%;
    font-size: 0.79rem !important; */
  }
  .zutto-postnatal-sp {
    /* left: 3% !important; */
  }
  .zutto-care-sp {
    left: 1% !important;
  }
  .top-button-modal {
    left: 58%;
    right: auto;
  }
  .top-button-modal img {
    width: 80%;
  }
  .zutto-postnatal-sp {
    font-size: 3rem;
  }
  .zutto-care-sp {
    font-size: 7.8rem !important;
  }
  /* .top-hover-color-change-sp::before {
    left: 8px;
    width: 356px;
    height: 148px;

  } */
  .top-hover-color-change-sp {
    top: 10%;
  }
}

@media (max-width: 415px) {
  #top.l-main .top-baby-back-image {
    margin-right: 7%;
  }
  .zutto-care-text-detail-sp {
    font-size: 0.66rem !important;
  }
  #top .beppu-care .zutto-postnatal-sp {
    font-size: 2.6rem;
    top: 17% !important;
    left: 2%;
  }
  #top .beppu-care .zutto-care-sp {
    top: 18% !important;
    font-size: 6.8rem !important;
  }
  .zutto-care-text-title-sp {
    margin-top: 32%;
    font-size: 1.3rem !important;
  }
  .top-hover-color-change-sp {
    top: 8%;
  }
  .top-hover-color-change-sp::before {
    top: 9px;
    width: 300px;
    height: 126px;
  }
}

@media (max-width: 1200px) {
  .top-zutto-service-image {
    margin: 0 !important;
  }
}

@media (max-width: 1024px) {
  .top-zutto-service-image {
    max-width: 935px !important;
  }
}

@media (max-width: 910px) {
  .zutto-slider-container {
    margin-top: -3% !important;
  }

  .zutto-can-do {
    padding-top: 20%;
  }

  .zutto-service-logo img {
    margin-left: 3%;
  }

  .service-cando-text {
    margin-left: 3%;
    padding-bottom: 5%;
  }

  #top.l-main .top-zutto-service-image {
    background-image: url(../../img/zutto/service_sp.png) !important;
    min-height: 5815px !important;
    border-radius: 25px;
    margin-left: 21% !important;
  }

  .zutto-service-cando-detail {
    width: 134%;
    display: block !important;
    margin-left: 4%;
  }
  .zutto-service-thermometer-image {
    background-image: url(../../img/zutto/service_sp02.png) !important;
    min-height: 1230px;
    margin-top: 30px;
  }
  .service-care-detail {
    margin-left: 11%;
    padding-top: 10%;
    width: 77% !important;
    line-height: 2;
  }
  .ZUTTO-image-onsen img {
    top: -44%;
    right: 27.5%;
    max-width: 55%;
  }
  .activity-chackin {
    font-size: 1.03rem;
  }
  .ZUTTO-schedule {
    display: block;
  }
  .ZUTTO-container {
    margin-left: 9%;
  }
  .ZUTTO-activity-pc {
    display: none !important;
  }
  .ZUTTO-activity-sp {
    display: block !important;
    margin-left: 1%;
    width: 63%;
    margin-bottom: 10%;
    font-size: 85%;
  }
  .ZUTTO-day h2 {
    margin-top: 2.5%;
  }
  .ZUTTO-image-arrow-top img {
    top: 30%;
    left: -0.5%;
  }
  .ZUTTO-image-arrow-bottom-sp img {
    top: 71%;
    left: -0.5%;
  }
  .ZUTTO-time {
    font-size: 1.2rem;
    margin-bottom: -1%;
  }
  .activity-text {
    margin-bottom: 2%;
    font-size: 1.2rem;
  }
  .activity-text-pc {
    display: none !important;
  }
  .activity-text-sp {
    display: block !important;
  }
  .zutto-day-options {
    height: 104%;
    margin-left: 0% !important;
    width: 62.5%;
    margin-top: 10% !important;
  }
  .service-option-title {
    display: flex;
    justify-content: center;
    margin-right: 8%;
  }
  .service-option-list {
    width: 100% !important;
    margin-top: 8%;
    margin-left: 9%;
  }
  .ZUTTO-service-option {
    display: block;
    position: static;
  }
  .service-option-sp {
    width: 90%;
    line-height: 1.7;
    margin-top: 6%;
  }
  .ZUTTO-image-baby-massage img {
    margin-bottom: 1%;
    margin-top: 4%;
    width: 58%;
  }
  .ZUTTO-image-aesthetic img {
    margin-bottom: 1%;
    margin-top: 4%;
    width: 58%;
  }
  .ZUTTO-image-memorial-photo img {
    text-align: center;
    margin-top: 4%;
    margin-bottom: 1%;
    width: 58%;
  }
  .memorial-text {
    width: 58%;
  }
}

@media (max-width: 794px) {
  #top.l-main .top-zutto-service-image {
    margin-left: 17% !important;
  }
  .service-thermometer-bg {
    margin-right: 5.5%;
    max-width: 71% !important;
  }
  .service-care-detail {
    width: 80% !important;
  }
  .zutto-day-options {
    width: 69.5%;
  }
  .ZUTTO-image-arrow-top img {
    top: 30%;
  }
}

@media (max-width: 768px) {
  .zutto-service-cando-detail {
    width: 138%;
  }
  .service-thermometer-bg {
    max-width: 73% !important;
  }
  .zutto-day-options {
    width: 68.5%;
    margin-left: 2% !important;
    min-height: 1020px;
  }
  .ZUTTO-image-onsen img {
    left: 28.5%;
    top: -22%;
  }

  .service-cando-image {
    margin-bottom: 7%;
    width: 53% !important;
  }

  .ZUTTO-schedule-new3::after {
    content: "／";
    position: absolute;
    left: -1px;
    bottom: 21%;
    width: 1rem;
    height: 0px;
    background-color: #C16821;
}
}

@media (max-width: 735px) {
  .ZUTTO-image-onsen img {
    left: 32.5%;
  }
}

@media (max-width: 718px) {
  .service-cando-image {
    margin-bottom: 8%;
    width: 58% !important;
  }
  .service-thermometer-bg {
    max-width: 80% !important;
  }
  .zutto-day-options {
    width: 75.5%;
  }
  .ZUTTO-image-onsen img {
    left: 34.5%;
  }
}

@media (max-width: 700px) {
  .ZUTTO-image-onsen img {
    left: 37.5%;
  }
}

@media (max-width: 680px) {
  .ZUTTO-image-onsen img {
    left: 40.5%;
  }
}

@media (max-width: 660px) {
  .ZUTTO-image-onsen img {
    left: 43.5%;
  }
}

@media (max-width: 640px) {
  .zutto-slider-container {
    width: 68.5%;
    margin-left: 2% !important;
    margin-top: 6% !important;
  }
  #top.l-main .top-zutto-service-image {
    margin-left: 8.5% !important;
  }
  .zutto-service-cando-detail {
    width: 132%;
    padding-bottom: 14%;
  }
  .ZUTTO-image-arrow-top img {
    top: 14.5% !important;
  }
  .ZUTTO-image-arrow-bottom-sp img {
    top: 32% !important;
  }
  .ZUTTO-image-onsen img {
    top: -21% !important;
    left: 31.5% !important;
    max-width: 60%;
  }
}

@media (max-width: 630px) {
  .ZUTTO-image-onsen img {
    left: 33.5% !important;
  }
}

@media (max-width: 610px) {
  .ZUTTO-image-onsen img {
    left: 36.5% !important;
    top: -23% !important;
  }
}
@media (min-width: 601px) and (max-width: 610px) {
  #top.l-main .top-zutto-service-image {
    margin-right: 5% !important;
  }
}

@media (max-width: 600px) {
  .ZUTTO-image-arrow-top img {
    top: 16% !important;
  }
  .ZUTTO-image-arrow-bottom-sp img {
    top: 32% !important;
  }
}

@media (max-width: 540px) {
  .ZUTTO-image-onsen img {
    left: 40% !important;
  }
  #top.l-main .top-zutto-service-image {
    min-height: 5747px !important;
  }
}

@media (max-width: 480px) {
  #top.l-main .top-zutto-service-image {
    margin-left: 8.5% !important;
    margin-right: 5% !important;
    min-height: 5587px !important;
  }
  .zutto-service-cando-detail {
    width: 151%;
    padding-bottom: 14%;
  }
  .service-thermometer-bg {
    max-width: 93% !important;
    margin-right: 4.5% !important;
  }
  .zutto-day-options {
    margin-top: 20% !important;
    padding-bottom: 7%;
  }
  .ZUTTO-image-arrow-top img {
    top: 14.7% !important;
    left: -1% !important;
    min-height: 210px;
  }

  .ZUTTO-schedule {
    width: 85%;
  }
  .ZUTTO-activity-sp {
    width: 95% !important;
  }
  .zutto-day-options {
    width: 86.5%;
    margin-left: 1% !important;
  }
  .ZUTTO-image-onsen img {
    top: -22% !important;
    left: 23% !important;
    max-width: 77% !important;
  }
  .service-option-sp {
    width: 100%;
    margin-left: -5%;
  }
}

@media (max-width: 430px) {
  .ZUTTO-image-arrow-top img {
    top: 15.7% !important;
    min-height: 210px;
  }
  #top.l-main .top-zutto-service-image {
    margin-left: 8.5% !important;
    margin-right: 5% !important;
    min-height: 5420px !important;
  }
  .zutto-day-options {
    min-height: 960px;
  }
}

@media (max-width: 425px) {
  .ZUTTO-image-arrow-top img {
    min-height: 250px;
  }
}

@media (max-width: 415px) {
  #top.l-main .top-zutto-service-image {
    margin-left: 7.5% !important;
    margin-right: 5% !important;
  }
  .zutto-service-cando-detail {
    width: 177%;
    margin-left: -4%;
  }
  .zutto-service-thermometer-image {
    min-width: 317px !important;
    border-radius: 30px;
  }
  .service-cando-text {
    font-size: 1.8rem !important;
  }
  .zutto-day-options {
    width: 100.5% !important;
    margin-left: -5% !important;
    margin-top: 19% !important;
    padding-bottom: 6%;
  }
  .ZUTTO-image-onsen img {
    top: -20% !important;
    left: 17% !important;
    max-width: 83% !important;
  }

  .ZUTTO-image-arrow-top img {
    top: 15.2% !important;
    min-height: 248px;
  }

  #top.l-main .top-zutto-service-image {
    min-height: 5614px !important;
  }
}

@media (max-width: 400px) {
  .ZUTTO-image-onsen img {
    top: -21% !important;
  }
}

@media (max-width: 380px) {
  .zutto-service-thermometer-image {
    min-width: 303px !important;
  }
}
@media (max-width: 375px) {
  .zutto-service-thermometer-image {
    min-width: 317px !important;
  }
  .ZUTTO-image-onsen img {
    top: -19% !important;
  }
}

.ZUTTO-activity-pc {
  display: block;
}
.ZUTTO-activity-sp {
  display: none;
}
.activity-text-pc {
  display: block;
}
.activity-text-sp {
  display: none;
}

@media (max-width: 1200px) {
  #top.l-main .top-zutto-about-image {
    border-radius: 25px;
    min-height: 570px;
    max-width: 1100px !important;
  }
  #top.l-main .lead__container {
    /* padding-top: 36px; */
  }
  .zutto-about-logo {
    margin-top: 11%;
    padding-top: 11%;
  }

  .top-zutto-service-image {
    background-repeat: no-repeat;
    margin-top: 7%;
    min-height: 2770px;
    border-radius: 25px;
  }

  .zutto-can-do {
    margin-left: 4.5%;
    margin-right: 4.5%;
  }
}

@media (max-width: 910px) {
  #top.l-main .top-zutto-about-image {
    background-image: url(../../img/zutto/about_sp.png) !important;
    background-repeat: no-repeat;
    margin-top: 7%;
    /* border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px; */
    min-height: 0;
    margin-left: 21%;
  }
  .zutto-about-content {
    flex-flow: column !important;
    margin-left: 6%;
  }
  .zutto-about-image-right img {
    width: 58%;
    margin: 5%;
    margin-top: 8%;
    padding-bottom: 5%;
  }
  .zutto-about-detali-sp {
    margin-top: 10%;
  }
  .zutto-about-logo {
    margin-left: 10.5%;
    padding-top: 20%;
  }
  .service-thermometer-bg {
    margin-left: 4%;
    margin-right: 7%;
    max-width: 64%;
    padding-top: 0% !important;
  }
  .zutto-about-detali-pc {
    display: none !important;
  }
  .zutto-about-detali-sp {
    display: block !important;
    width: 96% !important;
    margin-left: 10%;
  }
}

@media (max-width: 850px) {
  .zutto-about-detali-sp {
    width: 100% !important;
  }
}

@media (max-width: 794px) {
  #top.l-main .top-zutto-about-image {
    margin-left: 17%;
  }
  .zutto-about-detali-sp {
    width: 108% !important;
  }
  .zutto-about-title-text {
    margin-left: 7%;
  }
  .zutto-about-end-text {
    margin-left: 11%;
  }
  .zutto-about-image-right img {
    margin-left: 2%;
    width: 69.5% !important;
    margin-top: 4% !important;
  }
  .top-zutto-service-image {
    margin-left: 17% !important;
  }

  .ZUTTO-image-onsen img {
    right: 19.5%;
  }
}

@media (max-width: 768px) {
  .ZUTTO-image-spend img {
    top: -3%;
  }
  .ZUTTO-image-arrow-top img {
    top: 15.9%;
  }
  .ZUTTO-service-option {
    margin-left: 55%;
  }
  .zutto-can-do {
    padding-top: 27% !important;
    margin-left: 7.5%;
    margin-right: 2.5%;
  }
  .zutto-about-content {
    margin-left: 2%;
  }
  .zutto-about-detali-sp {
    width: 65% !important;
  }
  .zutto-about-image-right img {
    margin-left: 9%;
    width: 64.5% !important;
    margin-top: 1% !important;
  }
  .service-thermometer-bg {
    padding-top: 0% !important;
  }
  .ZUTTO-image-arrow-bottom-sp img {
    top: 35%;
  }
  .ZUTTO-activity-sp {
    font-size: 100%;
  }
}

@media (max-width: 718px) {
  .ZUTTO-activity-sp {
    width: 77%;
  }
  .zutto-about-image-right img {
    width: 70.5% !important;
    margin-top: 9%;
  }
  .ZUTTO-image-arrow-top img {
    top: 15%;
  }
  .ZUTTO-image-arrow-bottom-sp img {
    top: 34.5%;
  }
  .ZUTTO-service-option {
    margin-left: 55%;
  }
  .zutto-about-detali-sp {
    width: 72% !important;
  }
}

@media (max-width: 640px) {
  .top-baby-back-image {
    margin-left: 7%;
  }
  #top.l-main .top-zutto-about-image {
    margin-left: 8%;
    width: 85%;
    padding: 0;
  }
  .zutto-about-title-text {
    margin-left: 3%;
  }
  .zutto-about-end-text {
    margin-left: 5.5%;
    font-size: 1.1rem !important;
  }
  .zutto-about-content {
    margin-left: 3%;
  }
  .zutto-about-detali-sp {
    width: 79% !important;
    margin-top: 0%;
  }
  .zutto-about-logo img {
    margin-left: 1%;
  }
  .zutto-about-image-right img {
    width: 77.5% !important;
  }
  .top-zutto-service-image {
    margin-left: 8% !important;
  }
  .zutto-can-do {
    padding-top: 27% !important;
    margin-left: 7.5%;
    margin-right: 2.5%;
  }
  .service-cando-image {
    width: 61% !important;
    margin-bottom: 5%;
  }
  .service-care-detail {
    width: 77% !important;
  }
  .zutto-day-options {
    margin-top: 17% !important;
  }
  .ZUTTO-image-arrow-bottom-sp img {
    top: 33.5% !important;
  }
  .zutto-service-thermometer-image {
    margin-top: -50px;
    min-height: 1263px;
  }
}
@media (max-width: 600px) {
  .ZUTTO-image-arrow-bottom-sp img {
    top: 34.5% !important;
  }
}
@media (max-width: 480px) {
  .ZUTTO-image-arrow-bottom-sp img {
    top: 33% !important;
    left: -1% !important;
    min-height: 390px;
  }
  .top-baby-back-image {
    margin-left: 5%;
  }
  .zutto-slider-container {
    margin-top: 6% !important;
  }
  #top.l-main .top-zutto-about-image {
    margin-left: 8.5%;
    width: 86%;
  }
  .zutto-about-logo {
    padding-top: 8%;
    margin-top: 33% !important;
  }
  .zutto-about-detali-sp {
    width: 83% !important;
  }
  .zutto-about-image-right img {
    width: 81.5% !important;
    margin-left: 8%;
    padding-bottom: 0%;
  }
  .zutto-can-do {
    padding-top: 33% !important;
  }
  .top-zutto-service-image {
    /* margin-left: 8% !important;
    margin-right: 7% !important; */
    min-height: 5425px !important;
  }
  .service-cando-text {
    padding-bottom: 8%;
  }

  .zutto-service-thermometer-image {
    min-width: 299px;
    border-radius: 30px;
  }
  .service-care-detail {
    width: 77% !important;
  }
  .ZUTTO-image-onsen img {
    z-index: 100;
    display: block !important;
  }

  .ZUTTO-intro p {
    font-size: 1.1em;
  }
  .activity-chackout-pc {
    display: none !important;
  }
  .activity-chackout-sp {
    display: block !important;
  }
  .activity-text {
    font-size: 1rem;
    margin-bottom: 5%;
  }
  .ZUTTO-service-option {
    margin-left: 35%;
  }
  .ZUTTO-image-baby-massage img {
    margin-top: 7%;
    width: 71.5%;
  }
  .ZUTTO-image-aesthetic img {
    margin-top: 7%;
    width: 71.5%;
  }
  .ZUTTO-image-memorial-photo img {
    text-align: center;
    margin-bottom: 1%;
    margin-top: 7%;
    width: 71.5%;
  }
  .zutto-course__list {
    gap: 0px 19px;
  }
}

@media (max-width: 470px) {
  .ZUTTO-image-arrow-bottom-sp img {
    top: 33.5% !important;
    min-height: 385px;
  }
  #top.l-main .top-zutto-service-image {
    min-height: 5530px !important;
  }
}

@media (max-width: 450px) {
  .ZUTTO-image-arrow-top img {
    top: 15.7 !important;
  }
  .ZUTTO-image-arrow-bottom-sp img {
    top: 34% !important;
    min-height: 381px;
  }
  #top.l-main .top-zutto-service-image {
    min-height: 5483px !important;
  }
}

@media (max-width: 430px) {
  .ZUTTO-image-arrow-bottom-sp img {
    top: 35% !important;
    left: -1% !important;
    min-height: 360px;
  }
}

@media (max-width: 425px) {
  .ZUTTO-image-arrow-bottom-sp img {
    top: 36% !important;
  }
}
@media (max-width: 420px) {
  .ZUTTO-image-arrow-bottom-sp img {
    min-height: 408px;
  }
}

@media (max-width: 415px) {
  .zutto-about-logo {
    padding-top: 16%;
  }
  .service-option-title {
    font-size: 1.8rem !important;
  }
  .top-zutto-service-image {
    margin-right: 7% !important;
  }

  .service-thermometer-bg {
    margin-left: -1%;
  }
  .ZUTTO-intro h1 {
    font-size: 2.0em;
  }
  .service-option-sp {
    margin-left: -2%;
  }
  .ZUTTO-image-baby-massage img {
    margin-top: 12%;
  }
  .zutto-about-content {
    margin-left: -3%;
  }
  .zutto-about-image-right img {
    width: 88.5% !important;
    margin-left: 7% !important;
  }
  .zutto-about-detali-sp {
    width: 88% !important;
  }
  .ZUTTO-image-arrow-bottom-sp img {
    top: 33.5% !important;
    min-height: 400px;
    left: -1% !important;
  }
  #top.l-main .top-zutto-service-image {
    min-height: 5570px !important;
  }
}

@media (max-width: 415px) {
  .service-thermometer-bg {
    margin-left: -3%;
  }
  .ZUTTO-day h2 {
    font-size: 5rem;
    margin-bottom: -13px;
  }
  .ZUTTO-note {
    top: -3.5vw;
  }
}

@media (max-width: 400px) {
  .ZUTTO-image-arrow-bottom-sp img {
    min-height: 438px;
  }
}

@media (max-width: 390px) {
  #top.l-main .top-zutto-service-image {
    min-height: 5520px !important;
  }
}
.team-main-functions {
  position: relative;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7%;
}
.team-detail-title {
  font-size: 1.75rem;
  margin-left: 4%;
  margin-top: 2%;
}
.team-detail-main {
  margin-left: 4%;
}
.team-support-name {
  font-size: 1.25rem;
}
.team-support-experience {
  font-size: 1rem;
}
@media (max-width: 1200px) {
  .top-zutto-team-image {
    margin: 0 !important;
  }
}

@media (max-width: 1024px) {
  #top.l-main .top-zutto-about-image {
    max-width: 935px !important;
  }
  .top-zutto-team-image {
    max-width: 935px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 25px;
  }
}

@media (max-width: 910px) {
  .top-zutto-team-image-new .zutto-course__list {
    flex-direction: column;
  }
  .top-zutto-team-image {
    background-image: url(../../img/zutto/team_sp3.png);
    min-height: 2510px;
  }
  .top-zutto-team-image {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .team-main-functions {
    margin-left: 21%;
    margin-right: none;
  }
  .ZUTTO-team-container {
    padding-top: 21%;
    margin-left: 4.5%;
  }
  .team-detail-title {
    margin-bottom: 2%;
  }
  .team-detail-main {
    display: none;
  }
  .team-support-image img {
    width: 100%;
    min-width: 420px;
  }
  .zutto-team-more-button {
    height: 1.7%;
    top: 95% !important;
    left: 24.5% !important;
  }
}

@media (max-width: 794px) {
  .team-main-functions {
    margin-left: 17%;
  }
  .zutto-team-more-button {
    left: 27.5%;
  }
  .team-support-image img {
    min-width: 430px;
  }
}
@media (max-width: 768px) {
  .team-main-functions {
    margin-left: 17%;
  }
  .ZUTTO-team-container {
    padding-top: 25% !important;
    margin-left: 6.5%;
  }
  .team-support-image img {
    width: 79%;
    min-width: 410px;
  }
  .zutto-team-more-button {
    top: 96% !important;
    left: 27.5% !important;
  }
}

@media (max-width: 640px) {
  .top-zutto-team-image {
    width: 90%;
    border-radius: 25px;
  }
  .team-main-functions {
    margin-left: 4%;
  }
  .zutto-team-more-button {
    left: 32.5% !important;
  }
}

@media (max-width: 480px) {
  .team-support-image img {
    min-width: 330px;
    margin-top: 10%;
  }
  .ZUTTO-team-container {
    padding-top: 40% !important;
  }
  .zutto-team-more-button {
    top: 96.5% !important;
    left: 28.5% !important;
  }
  .top-zutto-team-image {
    min-height: 2307px;
  }
}

@media (max-width: 480px) {
  .top-zutto-team-image {
    min-height: auto !important;
    padding-bottom: 20% !important;
  }
}

@media (max-width: 415px) {
  .team-main-functions {
    margin-left: 1%;
    margin-bottom: 15%;
  }
  .ZUTTO-team-container {
    margin-left: 0.5%;
  }
  .top-zutto-team-image {
    width: 85%;
  }
  .team-support-image img {
    min-width: 318px;
  }
  .ZUTTO-team-container {
    padding-top: 45% !important;
    margin-top: 60px;
  }
  .top-zutto-team-image {
    min-height: 2180px;
  }
  .zutto-team-more-button {
    left: 25.5% !important;
  }
}

@media (max-width: 400px) {
  #top.l-main .skill .course__list--item--title {
    font-size: 1.7rem;
  }
  .team-support-image img {
    min-width: 100%;
  }
  .top-zutto-team-image {
    min-height: 2095px;
  }
  .zutto-team-more-button {
    left: 24.5% !important;
  }
}

@media (max-width: 400px) {
  .top-zutto-team-image {
    min-height: 2055px;
  }
}

.facility-main-functions {
  position: relative;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.facility-detail-title-pc {
  font-size: 1.75rem;
  margin-top: 2%;
  margin-left: 4%;
}
.facility-detail-title-sp {
  font-size: 1.75rem;
  margin-top: 2%;
  margin-left: 4%;
  display: none !important;
}
.facility-detail-main {
  margin-left: 4%;
}
.facility-hotelname {
  font-size: 1.25rem !important;
  /* width: 200px; */
}
.facility-rate {
  font-size: 1rem;
  width: 223px;
}
@media (max-width: 1200px) {
  .top-zutto-facility-image {
    margin: 0 !important;
  }
}

@media (max-width: 1024px) {
  #top.l-main .top-zutto-facility-image {
    max-width: 935px !important;
  }
  .top-zutto-facility-image {
    max-width: 935px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 25px;
  }
}

@media (max-width: 910px) {
  .top-zutto-facility-image-new .ZUTTO-facility-container .zutto-course__list {
    flex-direction: column;
  }
  .facility-main-functions {
    margin-left: 21%;
    margin-right: none;
  }
  .ZUTTO-facility-container {
    padding-top: 21%;
    margin-left: 4.5%;
  }
  .facility-detail-title-pc {
    display: none !important;
  }
  .facility-detail-title-sp {
    display: block !important;
  }
  .facility-detail-main {
    display: none !important;
  }
  .facility-hotelname {
    width: 426px !important;
    font-size: 1.19rem !important;
  }
  /* .facility-image img {
    width: 100%;
    min-width: 420px;
  } */
  .facility-image {
    width: 100%; /* 要素自体の幅 */
    min-width: 420px; /* 最小幅を設定 */
    height: 250px; /* 必要に応じて高さを設定 */
  }
  .top-zutto-facility-image {
    background-image: url(../../img/zutto/facility_sp3.png);
    min-height: 2510px;
  }
  .zutto-facility-more-button {
    height: 1.7% !important;
    top: 95% !important;
    left: 24.5% !important;
  }
  .facility-rate {
    margin-bottom: 5%;
  }
}

@media (max-width: 794px) {
  .facility-main-functions {
    margin-left: 17%;
  }
  .zutto-facility-more-button {
    left: 26.5% !important;
  }
  .facility-image img {
    min-width: 430px;
  }
}

@media (max-width: 768px) {
  .facility-main-functions {
    margin-left: 17%;
  }
  .ZUTTO-facility-container {
    padding-top: 25% !important;
    margin-left: 6.5%;
  }
  .facility-image {
    width: 79% !important;
    min-width: 410px;
    height: auto;
    padding-top: 44.25% !important;
  }
  .zutto-facility-more-button {
    top: 96% !important;
    left: 27.5% !important;
  }
  .facility-rate {
    margin-bottom: 4%;
  }
}

@media (max-width: 640px) {
  .top-zutto-facility-image {
    width: 90%;
    border-radius: 25px;
  }
  .facility-main-functions {
    margin-left: 4%;
  }
  .zutto-facility-more-button {
    left: 32.5% !important;
  }
  .facility-rate {
    margin-bottom: 6%;
  }
  .facility-image {
    padding-top: 48.25% !important;
    margin-top: 2%;
  }
}

@media (max-width: 480px) {
  .facility-image {
    min-width: 330px;
    margin-top: 10%;
    padding-top: 52.25% !important;
  }
  .ZUTTO-facility-container {
    padding-top: 40% !important;
  }
  .zutto-facility-more-button {
    top: 96% !important;
    left: 28.5% !important;
  }
  .top-zutto-facility-image {
    min-height: auto !important;
    padding-bottom: 20% !important;
  }
  .facility-hotelname {
    width: 330px !important;
  }
}

@media (max-width: 430px) {
  .ZUTTO-team-container {
    margin-left: 1.5%;
  }
  .ZUTTO-facility-container {
    margin-left: 1.5%;
  }
}

@media (max-width: 415px) {
  .facility-main-functions {
    margin-left: 1%;
    margin-bottom: 15%;
  }
  .ZUTTO-facility-container {
    margin-left: 0.5%;
  }
  .top-zutto-facility-image {
    width: 85%;
  }
  .facility-image {
    min-width: 100% !important;
    padding-top: 57.25% !important;
  }
  .ZUTTO-facility-container {
    padding-top: 45% !important;
  }
  .top-zutto-facility-image {
    min-height: 2330px;
  }
  .zutto-facility-more-button {
    left: 25.5% !important;
  }
  .facility-hotelname {
    width: 318px !important;
  }
}

@media (max-width: 415px) {
  .zutto-facility-more-button {
    left: 24.5% !important;
  }
}
.outline-main-functions {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.outline-detail-title {
  white-space: nowrap;
  flex-shrink: 0;
}
.tatetate {
  display: flex;
  flex-direction: column;
}
.outline-detail-parent {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.outline-detail-list {
  white-space: normal;
}
.outline-detail-border {
  margin-top: -25px;
  border: 1px solid #4d74d1;
  padding: 10px;
  border-radius: 20px;
  padding-left: 25px;
}
@media (max-width: 1200px) {
  .top-zutto-outline-image {
    margin: 0 !important;
  }
}

@media (max-width: 1024px) {
  #top.l-main .top-zutto-outline-image {
    max-width: 935px !important;
  }
  .top-zutto-outline-image {
    max-width: 935px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 25px;
    min-height: 867px;
  }
  .outline-main-functions {
    min-height: 950px;
  }
}

.outline-mein-content-sp {
  display: none !important;
}
.outline-cautions {
  margin-top: 20px;
  font-size: 0.8em;
}
@media (max-width: 910px) {
  .ZUTTO-image-outline1,
  .ZUTTO-image-outline2,
  .ZUTTO-image-outline3 {
    display: none !important;
  }

  .top-zutto-outline-image {
    background-image: url(../../img/zutto/outline_sp.png);
    min-height: 1320px;
  }
  .ZUTTO-outline-container {
    margin-left: 8%;
    padding-top: 19%;
  }
  .outline-main-functions {
    margin-left: 21%;
  }
  .outline-mein-content-pc {
    display: none !important;
  }
  .outline-mein-content-sp {
    display: block !important;
    margin-top: 1%;
  }
  .outline-mein-content-text {
    font-size: 1.25rem !important;
    width: 400px;
    font-weight: bold;
  }
  .outline-text-flex {
    display: flex;
  }
  .zutto-outline-sentences {
    display: block;
  }
  .outline-detail-parent {
    margin-bottom: 4%;
  }
  .outline-detail-title {
    font-size: 1.25rem !important;
    font-weight: bold;
  }
  .outline-detail-list li {
    margin-bottom: 1%;
    line-height: 1.7 !important;
  }
  .outline-detail-list {
    width: 371px;
    margin-left: 2%;
    margin-top: 1%;
  }
  .outline-detail-border {
    margin-left: 4%;
  }
  .outline-detail-border {
    margin-left: -2%;
    padding: 28px;
    padding-left: 30px;
    width: 65%;
  }
  .outline-cautions {
    width: 50%;
    margin-left: 4%;
  }
}

@media (max-width: 794px) {
  .outline-main-functions {
    margin-left: 17%;
  }
  .zutto-outline-sentences {
    min-width: none !important;
  }
  .ZUTTO-outline-container {
    padding-top: 25%;
  }
}

@media (min-width: 821px) and (max-width: 871px) {
  #top.l-main {
    margin-left: -4%;
  }
  .zutto-about-detali-pc {
    width: 114%;
  }
  .zutto-about-image-right img {
    width: 60% !important;
    margin-top: 7% !important;
  }
  .zutto-service-cando-detail {
    width: 144%;
  }
  .service-thermometer-bg {
    max-width: 69%;
  }
  .zutto-day-options {
    width: 68.5%;
  }
  .ZUTTO-image-onsen img {
    right: 23.8%;
  }
  .zutto-map-container {
    margin-left: 4% !important;
    margin-right: -4% !important;
  }
}

@media (min-width: 795px) and (max-width: 820px) {
  #top.l-main {
    margin-left: -4%;
  }
  .beppu-care {
    margin-left: 11%;
  }
  .zutto-about-detali-pc {
    width: 114%;
  }
  .zutto-about-image-right img {
    width: 63% !important;
  }
  .zutto-service-cando-detail {
    width: 144%;
  }
  .service-thermometer-bg {
    max-width: 69%;
  }
  .zutto-day-options {
    width: 68.5%;
  }
  .ZUTTO-image-onsen img {
    right: 21%;
  }
  .zutto-map-container {
    margin-left: 4% !important;
    margin-right: -4% !important;
  }
}

@media (min-width: 769px) and (max-width: 794px) {
  .outline-detail-parent {
    margin-bottom: 5%;
  }
}

@media (min-width: 718px) and (max-width: 750px) {
  #top.l-main {
    margin-left: 2%;
    min-width: 100%;
  }
}

@media (min-width: 641px) and (max-width: 717px) {
  #top.l-main {
    margin-left: 4%;
    min-width: 100%;
  }
}

@media (max-width: 640px) {
  .top-zutto-outline-image {
    width: 90%;
    border-radius: 25px;
  }
  .outline-main-functions {
    margin-left: 4%;
  }
  .outline-cautions {
    width: 70vw;
    margin-left: 1%;
  }
  .outline-detail-border {
    width: 77vw;
  }
  .top-zutto-outline-image {
    background-size: cover !important;
    margin: 30px 4.375% 65px !important;
    min-height: auto;
    padding-bottom: 10%;
  }
  .ZUTTO-flow-container {
    margin-top: 6%;
  }
}

@media (min-width: 540px) and (max-width: 600px) {
  .service-main-functions {
    width: 514px;
  }
  #top.l-main .top-zutto-service-image {
    margin-left: 0.5% !important;
  }
  .zutto-service-cando-detail {
    width: 152%;
  }
  .service-thermometer-bg {
    max-width: 90% !important;
  }
  .zutto-day-options {
    width: 85.5%;
  }
}

@media (min-width: 481px) and (max-width: 539px) {
  .service-main-functions {
    width: 483px;
  }
  #top.l-main .top-zutto-service-image {
    margin-left: -0.5% !important;
    min-height: 5675px !important;
  }
  .zutto-service-cando-detail {
    width: 149%;
  }
  .service-thermometer-bg {
    max-width: 90% !important;
  }
  .zutto-day-options {
    width: 85.5%;
  }
  .team-main-functions {
    margin-left: 0% !important;
  }
  .ZUTTO-team-container {
    margin-left: 4.5% !important;
  }

  .top-zutto-team-image {
    max-width: 492px !important;
    min-height: 2400px;
  }
  .zutto-team-more-button {
    left: 30.5% !important;
  }
  #top.l-main .top-zutto-facility-image {
    max-width: 492px !important;
    min-height: 2310px;
  }
  .zutto-facility-more-button {
    left: 30.5% !important;
  }
  .facility-main-functions {
    margin-left: 0% !important;
  }
  .team-support-image img {
    min-width: 390px !important;
  }
  .ZUTTO-facility-container {
    margin-left: 3.5% !important;
  }
  .facility-image {
    min-width: 390px !important;
  }
  .facility-hotelname {
    width: 390px !important;
  }
  .outline-main-functions {
    margin-left: 0% !important;
  }
  .flow-main-functions {
    margin-left: 0% !important;
  }
  /* .ZUTTO-outline-container {
    margin-left: 3% !important;
  } */
  .ZUTTO-flow-container {
    margin-left: 4% !important;
  }
  .ZUTTO-prepared-container {
    width: 88% !important;
    margin-left: 6% !important;
  }
  .outline-detail-border {
    width: 82vw;
  }
  .outline-cautions {
    width: 75vw;
  }
}

@media (max-width: 480px) {
  .ZUTTO-outline-container {
    margin-left: 10%;
  }
  .outline-mein-content-text {
    font-size: 1.1rem !important;
    margin-top: 5%;
    width: 200%;
  }
  .outline-detail-title {
    font-size: 1.1rem !important;
  }
  .outline-detail-list {
    width: 295px;
    margin-left: 3%;
  }
  .outline-detail-border {
    margin-left: -1%;
    padding: 28px;
    padding-left: 30px;
    width: 72vw;
  }
  .outline-cautions {
    width: 70vw;
    margin-left: 0%;
  }
  .top-zutto-outline-image {
    /* min-height: 1240px; */
  }
  .outline-main-functions {
    margin-bottom: 11%;
  }
  .ZUTTO-outline-container {
    padding-top: 35%;
  }
}

@media (max-width: 415px) {
  .top-zutto-outline-image {
    width: 88%;
  }
  .outline-main-functions {
    margin-left: 1%;
  }
  .top-zutto-outline-image .ZUTTO-outline-container {
    padding-top: 35%;
  }
  .outline-mein-content-text {
    font-size: 1rem !important;
  }
  .outline-detail-title {
    font-size: 1.05rem !important;
  }
  .ZUTTO-outline-container {
    margin-left: 5%;
  }
  .zutto-outline-sentences {
    min-width: none !important;
  }
  .outline-detail-list {
    margin-left: 2%;
  }
  .outline-detail-border {
    margin-left: 0%;
    width: 78vw;
  }
  .outline-cautions {
    margin-left: 1%;
    width: 76vw;
  }
}

.flow-main-functions {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.flow-detail-title {
  font-size: 1.75rem;
}
.flow-detail-main-list {
  margin-top: 3%;
  padding-right: 4%;
  margin-bottom: 2%;
}
.flow-triangle-pc {
  margin-top: 4.5%;
}
.flow-triangle-pc p {
  display: inline-block;
  transform: scaleY(2);
}
.flow-detail-text {
  font-size: 1rem;
  font-weight: bold;
}
.flow-cautions-text {
  font-size: 0.7rem;
  font-weight: 100;
}
.flow-triangle-sp {
  display: none;
}

@media (max-width: 1200px) {
  .top-zutto-flow-image {
    margin: 0 !important;
  }
}

@media (max-width: 1024px) {
  #top.l-main .top-zutto-flow-image {
    max-width: 935px !important;
  }
  .top-zutto-flow-image {
    max-width: 935px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 25px;
    min-height: 565px;
  }
  .flow-main-functions {
    /* min-height: 950px; */
    margin-bottom: 5%;
  }
}

@media (max-width: 910px) {
  .ZUTTO-flow-container {
    padding-top: 22%;
    margin-left: 8%;
  }
  .flow-triangle-pc {
    display: none !important;
  }
  .flow-triangle-sp {
    display: flex !important;
    width: 47%;
  }
  .flow-triangle-sp p {
    display: inline-block;
    transform: scaleX(2);
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
  }
  .top-zutto-flow-image .zutto-flow__list {
    flex-direction: column;
  }
  .top-zutto-flow-image {
    background-image: url(../../img/zutto/flow_sp.png);
    min-height: 2710px;
  }
  .flow-main-functions {
    margin-left: 21%;
    margin-right: none;
  }
  .zutto-flow__wrapper {
    overflow-x: hidden !important;
  }
  .flow-image img {
    width: 100%;
    min-width: 420px;
  }
  .flow-detail-text {
    font-size: 1.19rem !important;
    width: 415px;
  }
  .flow-detail-title {
    margin-top: 2%;
    margin-bottom: 2%;
  }
}

@media (max-width: 794px) {
  .flow-image img {
    min-width: 430px;
  }
  .flow-main-functions {
    margin-left: 17%;
  }
  .flow-triangle-sp {
    width: 52%;
  }
  .top-zutto-flow-image .ZUTTO-flow-container {
    padding-top: 22%;
  }
}

@media (max-width: 768px) {
  .flow-image img {
    width: 74%;
    min-width: 410px;
  }
}

@media (max-width: 718px) {
  .ZUTTO-flow-container {
    margin-left: 10%;
  }
  .flow-triangle-sp {
    width: 56%;
  }
}

@media (max-width: 640px) {
  .flow-main-functions {
    margin-left: 4%;
  }
  .top-zutto-flow-image {
    width: 90%;
    border-radius: 25px;
  }
  .flow-image img {
    margin-top: 2%;
  }
  .flow-triangle-sp {
    width: 60%;
  }
  .top-zutto-flow-image {
    background-size: cover;
    padding-bottom: 10%;
    min-height: auto !important;
  }
}

@media (max-width: 480px) {
  .top-zutto-flow-image .ZUTTO-flow-container {
    padding-top: 33%;
  }
  .flow-image img {
    min-width: 330px;
    margin-top: 2%;
  }
  .top-zutto-flow-image {
    min-height: 2000px;
  }
  .flow-triangle-sp {
    width: 64%;
  }
}
@media (max-width: 430px) {
  .flow-image img {
    min-width: 300px;
    margin-top: 2%;
  }
}

@media (max-width: 415px) {
  .flow-image img {
    min-width: 318px;
    margin-top: 3%;
  }
  .flow-main-functions {
    margin-left: 1%;
    margin-bottom: 15%;
  }
  .ZUTTO-flow-container {
    margin-left: 0.5%;
  }
  .top-zutto-flow-image {
    width: 85%;
  }
  .ZUTTO-flow-container {
    padding-top: 33% !important;
    margin-left: 4.5%;
  }
  .flow-triangle-sp {
    width: 69%;
  }
}
@media (max-width: 400px) {
  .flow-image img {
    min-width: 300px;
    margin-top: 3%;
  }
}
.prepared-main-functions {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}

.ZUTTO-prepared-container {
  color: #4d74d1;
  display: flex;
  justify-content: space-between;
  padding: 23px;
  width: 100%;
  font-size: 85%;
}
.prepared-carcle {
  font-size: 1.3rem;
  line-height: 1.3;
}

.prepared-caution {
  font-size: 0.8em;
}

@media (max-width: 1024px) {
  .prepared-main-functions {
    max-width: 935px;
  }
}

@media (max-width: 910px) {
  .prepared-main-functions {
    max-width: 539px;
  }
  .ZUTTO-prepared-container {
    flex-flow: column;
    margin-left: 3%;
    width: 97%;
  }
  .prepared-detail-main {
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3;
    padding-bottom: 4%;
  }
  .prepared__list {
    font-size: 1.1rem;
  }
  .prepared-caution {
    font-size: 1.1em;
    margin-top: 7px;
  }
  .prepared-carcle {
    font-size: 1.9rem;
    line-height: 1;
  }
}

@media (max-width: 794px) {
  .prepared-detail-main {
    margin-left: 1%;
    margin-right: unset;
  }
  .ZUTTO-prepared-container {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .prepared-detail-main {
    margin-left: 2%;
  }
}

@media (max-width: 718px) {
  .prepared-main-titel {
    font-size: 1.5rem !important;
  }
  .prepared-detail-main {
    margin-left: 7%;
  }
  .ZUTTO-prepared-container {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .prepared-detail-main {
    margin-left: 1%;
  }
  .prepared-main-functions {
    padding-top: 5%;
  }
  .ZUTTO-prepared-container {
    width: 96%;
  }
}

@media (max-width: 480px) {
  .prepared-detail-main {
    margin-left: 9%;
  }
  .prepared__list {
    font-size: 1rem;
  }
  .ZUTTO-prepared-container {
    width: 90%;
  }
}

@media (max-width: 415px) {
  .prepared-detail-main {
    margin-left: 8%;
  }
  .prepared__list {
    font-size: 0.9rem;
  }
  .ZUTTO-prepared-container {
    width: 88%;
  }
  .prepared-caution {
    font-size: 1em;
  }
  .prepared-carcle {
    font-size: 1.3rem;
  }
}

.zutto-map-container {
  display: flex;
  justify-content: center;
  margin: 100px 0;
  position: relative;
  overflow: hidden;
  /* width: 1100px; コンテナの幅をiframeと合わせる */
  height: 620px; /* 表示したい高さに調整 */
  border-radius: 20px;
}

.zutto-map {
  width: 1100px; /* iframeの幅 */
  height: 680px; /* iframe全体の高さを設定 */
  border: 0;
  position: absolute;
  top: -60px; /* 上部50pxを隠すために上へ移動 */
}
.zutto-access-image {
  position: absolute;
  top: -0.2%; /* マップの左上からの位置を比率で設定 */
  left: -0.01%;
  width: 16%; /* 画像の幅をマップのサイズに対して相対的に設定 */
  height: auto; /* アスペクト比を保持 */
  z-index: 1;
}

@media (max-width: 1200px) {
  .zutto-access-image {
    top: -0.2%;
    left: -0.1%;
    width: 16%;
  }
}

@media (max-width: 1024px) {
  .zutto-access-image {
    width: 20%;
  }
}

@media (max-width: 910px) {
  .zutto-access-image {
    top: -0.2%;
    left: -0.2%;
    width: 35%;
  }
  .zutto-map {
    height: 890px;
    width: 535px;
  }
  .zutto-map-container {
    margin-left: 1% !important;
    margin-right: -1.2% !important;
    margin: 50px 0;
    height: 830px;
  }

  .zutto-care-text-detail-pc {
    display: none !important;
  }
  .zutto-care-text-detail-sp {
    display: block !important;
    font-size: 1rem;
    line-height: 1.5;
    position: absolute !important;
    /* left: 6%;
    top: 100%; */
    width: 150%;
    line-height: 1.5 !important;
    font-weight: bold;
    font-size: 0.97rem !important;
  }
}

@media (min-width: 481px) and (max-width: 495px) {
  .zutto-care-text-detail-sp {
    font-size: 0.94rem !important;
  }
}
@media (max-width: 820px) {
  .zutto-map-container {
    margin-left: 4% !important;
    margin-right: -4.2% !important;
  }
}

@media (max-width: 794px) {
  .zutto-map-container {
    margin-left: 1.2% !important;
    margin-right: -1.7% !important;
  }
}

@media (max-width: 768px) {
  .zutto-map-container {
    margin-left: 3% !important;
    margin-right: -3.3% !important;
  }
}

@media (max-width: 718px) {
  .zutto-map-container {
    margin-left: 6% !important;
    margin-right: -6.3% !important;
  }
}

@media (max-width: 640px) {
  .zutto-map-container {
    margin-left: 1% !important;
    margin-right: -1.3% !important;
  }
}

@media (min-width: 540px) and (max-width: 600px) {
  .zutto-map-container {
    margin-left: 7% !important;
    margin-right: 2.7% !important;
  }
}

@media (min-width: 481px) and (max-width: 539px) {
  .zutto-map-container {
    margin-left: 7% !important;
    margin-right: 2.7% !important;
  }

  .zutto-map {
    padding-left: 13px;
  }
}

@media (max-width: 480px) {
  .zutto-access-image {
    width: 47%;
  }
  .zutto-map-container {
    margin-left: 9% !important;
    margin-right: 5% !important;
    height: 650px;
  }
  .zutto-map {
    height: 700px;
    padding-left: 45px;
  }
  .zutto-map-container {
    margin: 30px 0;
    margin-bottom: 60px;
  }
  .zutto-care-text-detail-sp {
    font-size: 0.8rem !important;
    width: 75%;
  }
  .zutto-care-text-title-sp {
    margin-top: 367px;
  }
  .top-button-modal {
    top: -2%;
  }
  #top.l-main .top-zutto-news-image {
    margin-top: 12%;
  }
}

@media (max-width: 460px) {
  .zutto-care-text-title-sp {
    /* margin-top: 356px; */
  }
  #top.l-main .event__container {
    margin-right: 0.375%;
  }
}
@media (max-width: 455px) {
  .zutto-care-text-title-sp {
    margin-top: 358px;
  }
}
@media (max-width: 450px) {
  .zutto-care-text-title-sp {
    margin-top: 350px;
  }
}
@media (max-width: 445px) {
  .zutto-care-text-title-sp {
    margin-top: 339px;
  }
  .top-button-modal {
    top: -2%;
  }
}
@media (max-width: 440px) {
  .zutto-care-text-title-sp {
    margin-top: 333px;
  }
  #top.l-main .top-zutto-news-image {
    margin-top: 8%;
  }
  #top.l-main .top-baby-back-image {
    min-height: 737px;
  }
  #top.l-main .top-baby-back-image {
    margin-left: 6.9%;
    margin-right: 5%;
  }
  .top-button-modal {
    /* top: -34%;
    left: 42%; */
  }
  #top.l-main .top-baby-back-image {
    min-height: 750px;
  }
}
@media (max-width: 435px) {
  .zutto-care-text-title-sp {
    margin-top: 323px;
  }
}
@media (max-width: 430px) {
  .zutto-care-text-title-sp {
    margin-top: 315px;
  }
  .top-button-modal {
    /* top: -33%; */
  }
}
@media (max-width: 425px) {
  .zutto-care-text-title-sp {
    margin-top: 310px;
  }
  #top.l-main .top-baby-back-image {
    min-height: 720px !important;
  }
  #top.l-main .top-zutto-news-image {
    margin-top: 5%;
  }
}
@media (max-width: 420px) {
  .zutto-care-text-title-sp {
    margin-top: 298px;
  }
  .top-button-modal {
    /* left: 41%; */
  }
  #top.l-main .top-zutto-news-image {
    margin-top: 0%;
  }
}

@media (max-width: 415px) {
  .zutto-access-image {
    width: 54%;
  }
  .zutto-map-container {
    margin-right: 7% !important;
  }
  /* .zutto-map {
    height: 600px;
  } */
  .zutto-map {
    padding-left: 92px;
  }
  .zutto-care-text-detail-sp {
    padding-left: 0%;

    font-size: 0.7rem !important;
  }
  .zutto-care-text-title-sp {
    margin-top: 339px;
    line-height: 1.5 !important;
  }
  .top-button-modal {
    left: 67%;
    top: -2%;
  }
  #top.l-main .top-zutto-news-image {
    margin-top: -3%;
  }
}
@media (max-width: 415px) {
  .zutto-care-text-detail-sp {
    font-size: 0.77rem !important;
  }
}

@media (max-width: 410px) {
  .zutto-care-text-title-sp {
    margin-top: 333px;
  }
}
@media (max-width: 405px) {
  .zutto-care-text-title-sp {
    margin-top: 325px;
  }
  #top.l-main .top-zutto-news-image {
    margin-top: -5%;
  }
}
@media (max-width: 400px) {
  .zutto-care-text-title-sp {
    margin-top: 315px;
  }
  .top-button-modal {
    /* left: 36%;
    top: -35%; */
  }
  #top.l-main .top-baby-back-image {
    min-height: 700px !important;
  }
}
@media (max-width: 395px) {
  .zutto-care-text-title-sp {
    margin-top: 307px;
  }
  #top.l-main .top-zutto-news-image {
    margin-top: -10%;
  }
}
@media (max-width: 390px) {
  .zutto-care-text-title-sp {
    margin-top: 308px;
  }
  .zutto-care-text-detail-sp {
    font-size: 0.7rem !important;
  }
}
@media (max-width: 385px) {
  .zutto-care-text-title-sp {
    margin-top: 299px;
  }
  .top-button-modal {
    /* left: 36%;
    top: -33%; */
  }
  #top.l-main .top-zutto-news-image {
    margin-top: -15%;
  }
}
@media (max-width: 380px) {
  .zutto-care-text-title-sp {
    margin-top: 291px;
  }
}
@media (max-width: 375px) {
  .zutto-care-text-title-sp {
    margin-top: 281px;
  }
  .top-button-modal {
    /* left: 31%;
    top: -30%; */
  }
  #top.l-main .top-zutto-news-image {
    margin-top: -20%;
  }
}
@media (max-width: 370px) {
  .zutto-care-text-title-sp {
    margin-top: 274px;
  }
}
@media (max-width: 365px) {
  .zutto-care-text-title-sp {
    margin-top: 267px;
  }
  #top.l-main .top-zutto-news-image {
    margin-top: -25%;
  }
}
@media (max-width: 360px) {
  .zutto-care-text-title-sp {
    margin-top: 49%;
  }
}

@media (max-width: 375px) {
  .zutto-care-text-title-sp {
    /* margin-top: 30%; */
  }
  .zutto-care-text-detail-sp {
    /* font-size: 0.6rem !important; */
  }
  .zutto-postnatal-sp {
    font-size: 2.74rem;
  }
  #top .beppu-care .zutto-care-sp {
    font-size: 7rem !important;
    top: 17%;
  }

  #top.l-main .top-zutto-service-image {
    min-height: 5415px !important;
  }
  .service-cando-text {
    font-size: 1.7rem !important;
  }
  .service-thermometer-bg {
    margin-left: -5%;
  }
  .top-zutto-service-image .zutto-service-thermometer-image {
    background-size: 97% 75%;
    border-radius: 0px;
  }
  .ZUTTO-image-spend img {
    left: -5%;
  }
  .ZUTTO-intro h1 {
    margin-left: -6%;
  }
  .ZUTTO-intro p {
    margin-left: -6%;
  }
  .ZUTTO-day h2 {
    margin-left: -3%;
  }
  .ZUTTO-activity-sp {
    width: 100% !important;
  }
  .ZUTTO-schedule {
    width: 92%;
  }
  .activity-text {
    font-size: 0.96rem;
  }
  .zutto-day-options {
    margin-top: 23% !important;
  }
  .ZUTTO-image-arrow-top img {
    top: 16% !important;
    min-height: 226px;
  }
  .ZUTTO-image-arrow-bottom-sp img {
    top: 35% !important;
    min-height: 350px;
  }

  .team-detail-title {
    font-size: 1.7rem !important;
  }
  .top-zutto-team-image {
    min-height: 2010px;
  }
  .team-support-image img {
    min-width: 100%;
  }
  .zutto-team-more-button {
    left: 22% !important;
  }

  .top-zutto-facility-image {
    min-height: 2180px;
  }
  .facility-image {
    min-width: 285px;
  }
  .facility-detail-title-sp {
    font-size: 1.7rem !important;
  }
  .facility-hotelname {
    width: 300px !important;
  }
  .zutto-facility-more-button {
    left: 22% !important;
  }

  .outline-mein-content-text {
    font-size: 0.95rem !important;
    /* width: 300px; */
  }
  .outline-detail-list li {
    width: 90%;
  }
  .outline-detail-border {
    /* width: 38%; */
  }
  .outline-cautions {
    /* width: 37%; */
  }
  .flow-image img {
    min-width: 290px;
  }
}
@media (max-width: 365px) {
  #top.l-main .top-zutto-service-image {
    min-height: 5440px !important;
  }
}

.i4ewOd-pzNkMb-haAclf {
  display: none !important;
}



/* wellnesモーダル */
/* wellnes-モーダルの基本スタイル */
.wellnes-modal {
  display: none; /* 初期は非表示 */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffffad; /* 背景を半透明に */
}

/* service-モーダルのコンテンツボックス */
.wellnes-modal-content {
  background-image: url(../../img/zutto/wellnes.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 5% auto;
  max-width: 1000px;
  height: 100vh;
  position: relative;
}

@media screen and (max-width: 910px) {
  .wellnes-modal-content {
    background-image: url(../../img/zutto/wellnes_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 500px;
    position: relative;
  }
  .wellnes-modal-content .wellnes-close {
    position: absolute;
    top: 3%;
    right: 9%;
    cursor: pointer;
    opacity: 0;
    width: 25%;
    height: 9%;
  }
}

/* 閉じるボタン */
.wellnes-close {
  position: absolute;
  top: 4%;
  right: 5%;
  cursor: pointer;
  opacity: 0;
  width: 12%;
  height: 12%;
}

/* service-モーダルのフェードインアニメーション */
.wellnes-modal.fade-in {
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.top-button-modal {
  cursor: pointer;
}

/* postnatalモーダル */
/* postnatal-モーダルの基本スタイル */
.postnatal-modal-pc,
.postnatal-modal-sp {
  display: none; /* 初期は非表示 */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffffad; /* 背景を半透明に */
}

/* postnatal-モーダルのコンテンツボックス */
.postnatal-modal-content-pc {
  background-image: url(../../img/zutto/postpartumcare.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 5% auto;
  max-width: 1000px;
  height: 100vh;
  position: relative;
}

@media screen and (max-width: 910px) {
  .postnatal-modal-content-pc {
    display: none;
  }
}

.postnatal-modal-content-sp {
  display: none;
}
/* 閉じるボタン */
.postnatal-close {
  position: absolute;
  top: 3%;
  right: 2%;
  font-size: 46px;
  cursor: pointer;
  opacity: 0;
  width: 204px;
}

@media screen and (max-width: 910px) {
  .postnatal-modal-content-sp {
    background-image: url(../../img/zutto/postpartumcare_sp.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    max-width: 500px;
    display: block;
    height: 100vw;
    position: relative; /* 要素を画面に固定 */
    top: 50%; /* 画面の縦方向の中央に配置 */
    left: 50%; /* 画面の横方向の中央に配置 */
    transform: translate(
      -50%,
      -50%
    ); /* 要素自身の幅と高さの半分だけ移動して正確な中央に */
  }
  .postnatal-close {
    position: absolute;
    top: 11%;
    right: 2%;
    font-size: 104px;
    cursor: pointer;
    opacity: 0;
    width: 204px;
  }
}
@media screen and (max-width: 718px) {
  .postnatal-close {
    position: absolute;
    top: 0%;
    right: 2%;
    font-size: 160px;
    cursor: pointer;
    opacity: 0;
    width: 204px;
  }
}
@media screen and (max-width: 480px) {
  .postnatal-close {
    position: absolute;
    top: 0%;
    right: 12%;
    font-size: 50px;
    cursor: pointer;
    opacity: 0;
    width: 148px;
  }
}

/* service-モーダルのフェードインアニメーション */
.postnatal-modal.fade-in {
  display: block;
  animation: FadeIn 0.3s ease;
}

@keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.facility-please-wait {
  margin: 10%;
}

.top-hover-color-change-pc {
  cursor: pointer;
}

.wellnes-modal,
.postnatal-modal-pc,
.postnatal-modal-sp {
  display: none;
  /* その他のスタイルをここに追加 */
}

.outline-about-br {
  display: flex;
  flex-direction: column;
}
.outline-about-flex {
  display: flex;
}
.outline-schedule-box {
  width: 150%;
}

@media (max-width: 910px) {
  .bbbrrr1,
  .bbbrrr2 {
    font-size: 1rem;
    margin-left: 4%;
  }
  .outline-margin {
    margin-left: 2%;
  }
}
@media (max-width: 768px) {
  .service__respo__font-size {
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  .bbbrrr1,
  .bbbrrr2 {
    font-size: 0.8rem;
  }
  .flow-image img {
    min-width: 90% !important;
  }
  .facility-image {
    min-width: 96% !important;
  }
  .team-support-image img {
    min-width: 96% !important;
  }
  .prepared-carcle {
    font-size: 1.2rem;
  }
  .prepared__list {
    font-size: 0.8rem;
  }
}

@media (max-width: 430px) {
  .facility-image {
    min-width: 100% !important;
  }
  .team-support-image img {
    min-width: 100% !important;
  }
}
@media (max-width: 415px) {
  .bbbrrr1,
  .bbbrrr2 {
    font-size: 0.8rem;
  }
  .flow-image img {
    min-width: 96% !important;
  }
}

@media (max-width: 400px) {
  .bbbrrr1,
  .bbbrrr2 {
    font-size: 0.75rem;
  }
}
@media (max-width: 375px) {
  .bbbrrr1,
  .bbbrrr2 {
    font-size: 0.72rem;
  }
}

@media (min-width: 1070px) and (max-width: 1124px) {
  .zutto-care-text-title-pc {
    margin-top: 371px;
  }
}
@media (min-width: 1025px) and (max-width: 1069px) {
  .zutto-care-text-title-pc {
    margin-top: 377px;
  }
}

@media (min-width: 960px) and (max-width: 990px) {
  .zutto-care-text-title-pc {
    margin-top: 371px;
  }
}
@media (min-width: 937px) and (max-width: 959px) {
  .zutto-care-text-title-pc {
    margin-top: 376px;
  }
}

.hover-image {
  display: block;
  transition: opacity 0.3s ease; /* スムーズな切り替え効果 */
  margin-top: 26px;
}

@media (max-width: 910px) {
  .hover-image {
    margin-top: 22px;
    min-width: 417px;
    margin-left: 1vw;
  }
}
@media (max-width: 768px) {
  .hover-image {
    margin-left: 2vw;
  }
}
@media (min-width: 481px) and (max-width: 495px) {
  .hover-image {
    min-width: 410px;
  }
}

@media (max-width: 480px) {
  .hover-image {
    margin-left: 3vw;
    min-width: 342px;
  }
}
@media (max-width: 415px) {
  .hover-image {
    margin-left: 2vw;
    min-width: 0;
    margin-top: 35px;
  }
}
@media (max-width: 390px) {
  .hover-image {
    margin-top: 27px;
  }
}

@media (max-width: 320px) {
  .hover-image {
    width: 250px;
    margin-top: 13px;
    margin-left: 3vw;
  }
  .zutto-care-text-detail-sp {
    font-size: 0.6rem !important;
  }
  .zutto-care-text-title-sp {
    margin-top: 42.5%;
  }
  .service-cando-text {
    font-size: 1.5rem !important;
  }
  .service-care-detail {
    margin-left: 4%;
  }
  .top-zutto-service-image .zutto-service-thermometer-image {
    background-size: 83% 73%;
  }
  .ZUTTO-image-onsen img {
    top: -19% !important;
  }
  .ZUTTO-intro h1 {
    font-size: 2em;
  }
  .ZUTTO-image-arrow-top img {
    top: 16% !important;
    min-height: 272px;
  }
  .ZUTTO-image-arrow-bottom-sp img {
    top: 37% !important;
    min-height: 410px;
  }
  .zutto-day-options {
    min-height: 900px;
  }
  #top.l-main .top-zutto-service-image {
    min-height: 5369px !important;
  }
  .team-detail-title {
    font-size: 1.5rem !important;
  }
  .zutto-team-more-button {
    left: 16% !important;
    top: 97%;
  }
  .facility-hotelname {
    width: 248px !important;
    font-size: 1.1rem !important;
  }
  .zutto-facility-more-button {
    left: 17% !important;
    top: 97% !important;
  }
  .outline-detail-list {
    width: 275px;
  }
}
