@import 'swiper.css';

.body-m {
  max-width: 1024px;
  overflow: hidden;
  position: relative;
  margin: 0px auto;
}

.mw-header {
  width: 100%;
  min-height: 400px;
  height: calc(100vw / 144 * 78);
  background: url(../images/banner.jpg) no-repeat;
  background-size: 100% auto;
}

.mw-body {
  min-height: 500px;
  height: auto;
  background-color: #4b6252;
}

.mw-part01,
.mw-part02,
.mw-part03,
.mw-part04,
.mw-part05,
.mw-part06 {
  position: relative;
  width: 85%;
  height: auto;
  margin: 0 auto;
  min-height: 300px;
  background: url(../images/part_bg.jpg);
  background-repeat: repeat-y;
  background-size: 100% 100%;
  border-radius: 20px;
  padding: 20px 0;
}

.mw-part01-title,
.mw-part01-subtitle,
.mw-part02-title,
.mw-part03-title,
.mw-part04-title,
.mw-part04-subtitle1,
.mw-part04-subtitle2,
.mw-part05-title,
.mw-part06-title {
  width: 100%;
  /* height: auto;
  min-height: 60px;
  margin: 0 auto;
  background: url(../images/img_title_activity.png) no-repeat;
  background-size: 100% auto !important; */

}

.mw-part01-title img,
.mw-part01-subtitle img,
.mw-part02-title img,
.mw-part03-title img,
.mw-part04-title img,
.mw-part04-subtitle1 img,
.mw-part04-subtitle2 img,
.mw-part05-title img,
.mw-part06-title img {
  display: block;
  height: 55px;
  width: auto;
  margin: 0 auto;
}

.mw-part01-photo,
.mw-part01-text {
  width: 95%;
  height: auto;
  margin: 0 auto;
  border-radius: 16px;
}

.mw-part01-photo {
  margin-top: 20px;
  min-height: 400px;
  background-color: #fff;
}

.part01-swiper-btn {
  width: 100%;
  padding: 10px 0;
  font-size: 24px;
  font-weight: bold;
  background-color: #e9e4ce;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.part01-swiper-btn a {
  width: 100%;
  margin: 0 18px;
  text-decoration: none;
  color: #4c6353;
}

#activitySwiper .swiper-slide {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: antiquewhite;
}

#activitySwiper img {
  width: 100%;
  border-radius: 0 0 16px 16px;
}

#activitySwiper .swiper-pagination {
  bottom: 30px;
}
#activitySwiper .swiper-pagination-bullet {
  background: #f5f5f5;
}

#activitySwiper .swiper-pagination-bullet-active {
  background: #fff;
}

.mw-part01-text {
  margin-top: 20px;
  min-height: 150px;
  background: url(../images/img_bg1.jpg) no-repeat;
  background-size: 100% auto;
  padding: 16px 0;
}

.part01-main-text,
.part01-sub-text {
  font-size: 16px;
  margin: 8px 16px;
}

.part01-main-text {
  color: #fedea2;

}

.part01-sub-text {
  color: #fffae9;
}

.mw-part01-subtitle {
  margin: 20px auto;
}

.mw-button-popover {
  width: 95%;
  height: auto;
  margin: 0 auto;
  border-radius: 16px;
  min-height: 200px;
  /* background-color: #4b6252; */
}

.mw-part02,
.mw-part03,
.mw-part04,
.mw-part05,
.mw-part06 {
  margin-top: 40px;
}

.mw-part02-content,
.mw-part03-content,
.mw-part04-content,
.mw-part05-content,
.mw-part06-content {
  width: 95%;
  margin: 0 auto;
  height: auto;
  min-height: 200px;
  margin-top: 18px;
}

#galleryStartClass .swiper-slide,
#galleryEndClass .swiper-slide {
  border-radius: 16px;
  overflow: hidden;
}

#galleryStartClass img,
#galleryEndClass img {
  width: 100%;
  border-radius: 16px;
}

#thumbsStartClass,
#thumbsEndClass {
  margin-top: 12px;
}

#thumbsStartClass .swiper-slide,
#thumbsEndClass .swiper-slide {
  height: auto;
  border-radius: 16px;
  overflow: hidden;
}

#thumbsStartClass .swiper-slide img,
#thumbsEndClass .swiper-slide img {
  width: 100%;
  height: 100%;
}

.btn-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16;
}

.button {
  width: calc(100vw*0.9*0.85/6*0.9);
  height: 50px;
  font-size: 18px;
  /* background-color: #4b6252; */
  border: 0;
  /* color: #fffaea; */
  color: #4b6252;
  background-color: rgba(255, 250, 234, 0.7);
  cursor: pointer;
  border-radius: 10px;
}

.popover,
.part6-popover {
  position: relative;
  display: none;
  background-color: #4b6252;
  margin-top: 18px;
  padding: 10px;
  border-radius: 16px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 10;
  display: flex;
}

.popover-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #4b6252;
  transform: translateX(-50%);
}

.popover>div {
  display: inline-block;
  width: 30%;
  margin: 10px;
  padding: 0 18px;
  vertical-align: text-top;
}

.popover h3 {
  color: #ffdfa2;
}

.popover p {
  color: #fffaea;
}

.popover .morning,
.popover .afternoon {
  border-right: solid rgba(255, 250, 234, 0.7) 1px;
}



.mw-part03-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16;
}

.mw-part03-content > div > img,
.part03-img {
  width: 100%;
  border-radius: 18px;
}

.part03-text {
  margin: 5px 0 22px 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  color: #4b6252;
}

.mw-part03-item1,
.mw-part03-item2,
.mw-part03-item3,
.mw-part03-item4 {
  width: 49%;
  display: inline-block;
}

.mw-part04-content1 {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  margin-top: 10px;
}

#mettingSwiper1,
#mettingSwiper2 {
  margin: 10px 0;
}

#mettingSwiper1 .swiper-slide,
#mettingSwiper2 .swiper-slide {
  height: calc(100vw*0.9*0.85*0.6/65*40);
  opacity: 0;
}

#mettingSwiper1 .swiper-slide-active,
#mettingSwiper2 .swiper-slide-active {
  opacity: 1;
  width: 56.5% !important;
}

#mettingSwiper1 img,
#mettingSwiper2 img {
  border-radius: 16px;
}

#mettingSwiper1 .swiper-slide-active img,
#mettingSwiper2 .swiper-slide-active img {
  width: calc(100vw*0.9*0.85*0.58);
  height: calc(100vw*0.9*0.85*0.6/65*40);
  border-radius: 16px;
}

#mettingSwiper1 .swiper-slide-prev img,
#mettingSwiper2 .swiper-slide-prev img,
#mettingSwiper1 .swiper-slide-next img,
#mettingSwiper2 .swiper-slide-next img {
  height: calc(100vw*0.9*0.85*0.6/65*40);
}

#mettingSwiper1 .swiper-slide-prev img,
#mettingSwiper2 .swiper-slide-prev img {
  float: right;
}

#mettingSwiper2 .swiper-slide-prev .swiper-slide-desp-text {
  width: calc(100vw*0.9*0.85*0.21) !important;
  float: right;
}
#mettingSwiper2 .swiper-slide-prev .swiper-slide-desp-text>div{
  padding-right: 18px;
}

#mettingSwiper1 .swiper-slide-prev,
#mettingSwiper1 .swiper-slide-next,
#mettingSwiper2 .swiper-slide-prev,
#mettingSwiper2 .swiper-slide-next {
  opacity: 1;
  width: calc(100vw*0.9*0.85*0.22) !important;
  height: calc(100vw*0.9*0.85*0.6/65*40) !important;
  overflow: hidden;
  border-radius: 16px;
}

#mettingSwiper1 .swiper-slide-desp-text,
#mettingSwiper2 .swiper-slide-desp-text {
  position: absolute;
  bottom: 16px;
  left: 18px;
  background-color: #f5f5f5;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 6px;
  background-color: #fffaea;
}

#mettingSwiper2 .swiper-slide-desp-text {
  left: 0;
  bottom: 0;
  height: 60px;
  width: calc(100vw*0.9*0.85*0.58 - 20px);
  border-radius: 0 0 16px 16px;
  background-color: #e9e4ce;
  color: #4c6353;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 28px;
}

#mettingSwiper2 .swiper-slide-desp-text>div {
  position: absolute;
  top: 0;
  bottom: 0;
}

.swiper-button-prev,
.swiper-button-next {
  height: 56px;
  width: 56px;
  border-radius: 28px;
  background-color: #faf0dc;
  background-size: 36px 32px;
  background-image: url(../images/icon_arrow.png);
}

.swiper-button-prev {
  transform: rotate(180deg);
}

.mw-metting-item {
  position: relative;
}

.metting-text {
  position: absolute;
  bottom: 20px;
  left: 16px;
  background-color: #f5f5f5;
  height: 30px;
  line-height: 30px;
  padding: 0 6px;
  border-radius: 6px;
  font-size: 12px;
  background-color: #fffaea;
}

#coverageSwiper {
  margin-top: 10px;
  border-radius: 16px;
}

#coverageSwiper img {
  border-radius: 16px;
  width: 100%;
}

#coverageSwiper .swiper-slide {
  transform: translate(-200px);
}

.mw-part06-medium {
  margin-top: 20px;
}

.part6-btn-container {}

.part6-img-wrap {
  margin-top: 20px;
  border-radius: 16px;
  overflow: hidden;
}
.part6-img-wrap > img {
  width: 100%;
  border-radius: 16px;
}

.mw-part06-medium .img-button {
  border: 0;
  overflow: hidden;
  border-radius: 16px;
  background: none;
}

.part6-popover {
  margin-top: 10px;
  min-height: 60px;
  padding: 20px 30px;
}

.part6-popover img {
  display: inline-block;
  height: 18px;
  vertical-align: sub;
}

.part6-popover a {
  color: #faf0dc;
  text-decoration: none;
  display: inline-block;
  margin-left: 8px;
}

.part6-popover>div {
  margin: 8px 0;
}

.img-button img {
  height: calc(100vw/19);
  border-radius: 16px;
}

.mw-footer {
  position: relative;
  background: url(../images/PC.jpg) no-repeat;
  background-size: 100% auto;
  min-height: 530px;
}

.mw-footer_logo {
  padding: 70px 0 30px 0;
  width: 100%;
}

.mw-footer_logo img {
  display: block;
  margin: 0 auto;
}

.mw-footer_info_menu {
  width: 420px;
  margin: 0 auto;
  display: flex;
  color: #faf0dc;
  padding-top: 50px;
  padding-bottom: 50px;
}

.mw-footer_info_menu a {
  text-decoration: none;
  color: #faf0dc;
  padding: 2px 8px;
}

.mw-footer_info_copy {
  text-align: center;
  margin-bottom: 40px;
  color: rgba(250, 240, 220, 0.65);
}

.mw-footer_info_filing {
  text-align: center;
  color: rgba(250, 240, 220, 0.65);
}

@media screen and (max-width: 1024px) {
  .body-pc {
    display: none;
  }

  html {
    font-size: 20px;
  }

  .body-m {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .body-pc {
    display: block;
  }

  .body-m {
    display: none;
  }
}
