@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap");
#app {
  /*
  @media screen and (max-width: 886px) {
    .type_ellipsis{
      height:12em;
    }
  }
  
  @media screen and (max-width: 771px) {
    .type_ellipsis{
      height:15em;
    }
  }
  
  @media screen and (max-width: 767px) {
    .type_ellipsis{
      height:8em;
    }
  }
  
  @media screen and (max-width: 672px) {
    .type_ellipsis{
      height:10em;
    }
  }
  
  
  @media screen and (max-width: 556px) {
    .type_ellipsis{
      height:12em;
    }
  }
  
  @media screen and (max-width: 474px) {
    .type_ellipsis{
      height:14em;
    }
  }
  
  @media screen and (max-width: 416px) {
    .type_ellipsis{
      height:16em;
    }
  }
  */
  /*
  .type_ellipsis .type_ellipsis_item{
    position: relative;
  }
  .type_ellipsis .type_ellipsis_item .intext{
    opacity: 1;
  }
  
  .type_ellipsis .type_ellipsis_item:before {
    display:inline;
    content: "．．．";   
    width: 50px;
  
  } 
  */
  /*
  .section p.more_btn .in_text:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  
  
  .section p.more_btn .in_text:hover:after {
    width: 100%;
  }
  */
  /*
  .section .labo_tab_item p.labo_tab_title .in_text:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  
  .section .labo_tab_item.active p.labo_tab_title .in_text:after {
    background: #000;
  }
  
  .section .labo_tab_item:hover p.labo_tab_title .in_text:after {
    width: 100%;
  }
  */
  /*.labo_box.type_flex.active{
    display: flex;
  }*/
  /*.section .type_banner:hover .banner_l p.room_num {
      opacity: 0.5;
  }
  
  
  .section .type_banner:hover .banner_r {
      background: #333;
  }
  
  .section .type_banner:hover .banner_r .banner_text_area{
      opacity: 0.7;
  }
  */
 /*
.message_members .message_box:nth-of-type(2),
.message_members .message_box:nth-of-type(1){
  margin-top: 0;
}*/
  /*
  .message_members + .message_members{
    margin-top: 40px;
  }*/
}
#app .main_visual .img_count {
  height: 234px;
  max-height: initial;
}
@media screen and (max-width: 767px) {
  #app .main_visual .img_count {
    height: 100%;
  }
}
#app .main_visual .img_count img {
  object-fit: cover;
  height: 100%;
}
#app .oswald {
  font-family: 'Oswald', sans-serif;
}
#app .main_visual img {
  opacity: 1;
}
#app .main_visual .contents_title {
  flex-wrap: wrap;
  align-items: flex-end;
  font-family: "Hind Siliguri", 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  padding: 0 40px 24px;
  height: 234px;
}
@media screen and (max-width: 767px) {
  #app .main_visual .contents_title {
    padding: 24px 40px 24px;
    height: 100%;
  }
}
#app .main_visual .contents_title .subtext {
  display: block;
  width: 100%;
  padding-bottom: 0;
}
#app .main_visual .contents_title .subtext .room_name {
  font-size: 20px;
  display: block;
  color: #FFF;
  margin-bottom: 10px;
  font-weight: 300;
}
#app .main_visual .contents_title .subtext .info_text {
  font-size: 12px;
  display: block;
  width: 100%;
  font-weight: 300;
  line-height: 2;
  color: #FFF;
  letter-spacing: 0.05em;
  font-family: 'Noto Sans JP', sans-serif;
}
#app .main_visual .contents_title .subtext .info_text br {
  display: none;
}
#app .main_visual .img_count:after {
  display: none;
}
#app .inner.content {
  max-width: 980px;
}
#app .section p {
  font-size: 16px;
  text-align: justify;
}
#app .section + .section {
  margin-top: 120px;
  padding: 64px 0 0;
  border-top: 1px solid #d0d0d0;
  padding-top: 60px !important;
}
#app .section p.welcome_text {
  padding-bottom: 64px;
  line-height: 2.5;
}
#app .section p.welcome_text br.tab {
  display: none;
}
#app .section p.getability {
  font-size: 16px;
  font-weight: 600;
}
#app .section ul.ability_list {
  margin: 0 auto;
}
#app .section ul.ability_list li {
  margin-top: 16px;
  background: #6f7f89;
  border-radius: 4px;
  padding: 0 16px;
}
#app .section ul.ability_list li p {
  line-height: 40px;
  color: #fff;
  font-weight: 700;
}
#app .section h2 {
  margin-bottom: 56px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
}
#app .content .section_head_line {
  font-size: 18px;
  position: relative;
  font-weight: normal;
  line-height: 1.75;
  margin-bottom: 32px;
}
#app .section p.message_muramatsu {
  line-height: 2;
}
#app .section p.message_muramatsu + p.message_muramatsu {
  margin-top: 1.5em;
}
#app .more_btn_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 100px 0 10px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 80%, white 100%);
}
#app .section p.more_btn {
  font-weight: 500;
  display: flex;
  background: #6f7f89;
  padding: 4px 8px;
  color: #FFF;
  border-radius: 0px;
  transition: all .3s;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  width: calc(100% - 64px);
  max-width: 320px;
}
#app .section p.more_btn .in_text {
  display: flex;
  color: #FFF;
}
#app .section p.more_btn .in_text span {
  color: #FFF;
  display: none;
}
#app .message_muramatsu {
  overflow: hidden;
}
#app .section p.more_btn:hover {
  opacity: 0.5;
}
#app .type_ellipsis {
  overflow: hidden;
  position: relative;
}
#app .section.section_contact {
  padding: 40px 0;
  background: #f1f1f1;
  border-top: none;
}
#app .section.section_contact h2.contact_title {
  margin-bottom: 16px;
  text-align: center;
}
#app .section.section_contact p {
  text-align: center;
}
#app .section.section_contact p br {
  display: none;
}
#app .section.section_contact .contact_subtitle {
  margin-top: 24px;
  font-weight: 600;
}
#app .section.section_contact + .section.section_cs {
  margin-top: 120px;
}
#app .section.section_cs {
  margin-top: 64px;
  padding: 64px 0 0;
}
#app .section.section_cs_last {
  margin-bottom: 160px;
  padding-bottom: 64px;
  border-bottom: 1px solid #747474;
}
#app .section.section_cs h2.cs {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #999;
}
#app .section.section_cs p {
  color: #999;
  font-weight: 400;
}
#app .type_flex {
  display: flex;
}
#app .type_flex.about {
  margin-bottom: 40px;
}
#app .flex_type1 {
  width: calc((100% - 50px)/2);
  margin-right: 50px;
}
#app .flex_type1:last-of-type {
  margin-right: 0;
}
#app .flex_type1 .img_box {
  margin: 0;
}
#app .pamphlet {
  max-width: 420px;
  margin: 120px auto;
}
#app .pamphlet figure img {
  display: black;
  width: 100%;
  height: auto;
  border: 1px solid #666666;
  box-sizing: border-box;
}
#app .pamphlet .pamphlet_txt {
  display: black;
  width: 100%;
  height: auto;
  margin: 8px auto 0;
  font-size: 14px;
  text-align: center;
}
#app .youtube {
  width: 100%;
  position: relative;
  margin-top: 40px;
  overflow: hidden;
  cursor: pointer;
}
#app .youtube.close {
  height: 0;
}
#app .youtube:hover {
  opacity: 0.5;
  transition: all .5s;
}
#app .youtube_img {
  width: 50%;
  /*transition: all .5s;*/
}
#app .youtube_img img {
  width: 100%;
  display: block;
}
#app .youtube_btn {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 36px;
  transition: all .5s;
}
#app .youtube_btn_img {
  width: 100%;
  height: 48px;
}
#app .youtube_btn_img img {
  width: 48px;
  height: 48px;
  display: block;
  margin: auto;
  transition: all .3s;
}
#app .youtube.movieopen .youtube_btn_img img {
  /*transform: rotate(90deg);*/
  opacity: 0.5;
}
#app .video_wrap {
  position: relative;
  width: 100%;
  /*padding-top: 56.25%;*/
  overflow: hidden;
  display: none;
  position: relative;
  padding: 0 40px 40px;
  background: #000;
}
#app .youtube.movieopen .youtube_btn,
#app .youtube.movieopen .youtube_img {
  /*transform: translate3d(0,200px,0);*/
}
#app .video_wrap video {
  width: 100%;
  max-width: 600px;
  margin: 40px auto;
  display: block;
  z-index: 1;
}
#app .close_btn {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 33px;
  right: 40px;
  cursor: pointer;
  transition: all .3s;
}
#app .close_btn:hover {
  opacity: 0.5;
}
#app .close_btn::before,
#app .close_btn:after {
  content: "";
  position: absolute;
  display: block;
  top: 19px;
  left: 0;
  transform: rotate(45deg);
  width: 100%;
  height: 1px;
  background: #FFF;
}
#app .close_btn:before {
  transform: rotate(-45deg);
}
#app .close_btn:after {
  transform: rotate(45deg);
}
#app .section p.youtube_btn_txt {
  text-align: center;
  color: #FFF;
  font-size: 20px;
  margin-top: 6px;
  /*position: absolute;
  left: 0;
  bottom: 10px;*/
  width: 100%;
}
#app .labo {
  width: 100%;
  margin-top: 120px;
}
#app .labo_tab_item {
  width: calc((100% - 1px)/2);
  border: 1px solid #eef0f0;
  border-bottom: none;
  padding: 7px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  cursor: pointer;
  transition: all .3s;
  /*overflow: hidden;*/
  position: relative;
}
#app .section .labo_tab_item:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  background: #6f7f89;
  width: 100%;
  height: calc(100% - 7px);
  z-index: 0;
  transition: all .2s;
}
#app .labo_tab_item:last-of-type {
  border-left: none;
}
#app .labo_tab_item:first-of-type {
  border-right: none;
}
#app .labo_tab_item.active {
  border: 1px solid #666;
  border-bottom: none;
  cursor: default;
}
#app .labo_tab_item.active:after {
  display: none;
}
#app .labo_tab_item:last-of-type.active {
  border: 1px solid #666;
  border-bottom: none;
}
#app .section .labo_tab_item p.labo_tab_title {
  font-size: 20px;
  /*background: $KEYCOLOR;*/
  width: 100%;
  height: 100%;
  min-height: 56px;
  line-height: 1;
  text-align: center;
  color: #FFF;
  transition: all .5s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
#app .section .labo_tab_item p.labo_tab_title .in_text {
  letter-spacing: 0.05em;
}
#app .section .labo_tab_item.active p.labo_tab_title {
  color: #000;
  position: relative;
}
#app .section .labo_tab_item p.labo_tab_title .in_text {
  color: #FFF;
  position: relative;
}
#app .section .labo_tab_item.active p.labo_tab_title .in_text {
  color: #000;
}
#app .section .labo_tab_item:hover {
  border: 1px solid #FFF;
  border-bottom: none;
  border-right: none;
  /*background: $KEYCOLOR*/
}
#app .section .labo_tab_item:hover:after {
  bottom: 0;
  height: calc(100% + 1px);
}
#app .section .labo_tab_item:last-of-type:hover {
  border: 1px solid #FFF;
  border-bottom: none;
  border-left: none;
}
#app .section .labo_tab_item:hover p.labo_tab_title {
  /*background: #f9f9f9;*/
}
#app .section .labo_tab_item:hover p.labo_tab_title .in_text {
  /*color: #000; */
}
#app .section .labo_tab_item.active:hover {
  border: 1px solid #666;
  border-bottom: none;
  border-right: 1px solid #666;
  background: #FFF;
}
#app .section .labo_tab_item:last-of-type.active:hover {
  border: 1px solid #666;
  border-bottom: none;
  border-left: 1px solid #666;
}
#app .labo_box {
  width: 100%;
  padding: 64px 0 0;
  display: none;
  opacity: 0;
}
#app .labo_box.active {
  display: block;
}
#app .img_schedule {
  width: 100%;
}
#app .img_schedule img {
  width: 100%;
  display: block;
}
#app .section .labo_box p.note {
  font-size: 14px;
  position: relative;
  padding-left: 18px;
  line-height: 1.75;
  margin-top: 24px;
  word-break: break-all;
  font-feature-settings: "palt";
}
#app .section .labo_box p.note span {
  position: absolute;
  left: 0;
  top: 0;
}
#app .section .labo_box p.note + p.note {
  margin-top: 8px;
}
#app .a_day {
  /*width: calc((100% - 60px)/2);*/
  margin-right: 60px;
  border-bottom: 1px solid #000;
  padding-bottom: 16px;
}
#app .a_day:last-of-type {
  margin-right: 0;
}
#app .section h3.day_title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
#app .slick-list.draggable {
  /*background: #F1F1F1;*/
  background: #FFF;
}
#app .slick-dots {
  bottom: -30px !important;
}
#app .slick-dots li button:before {
  width: 16px !important;
  height: 16px !important;
  content: '' !important;
  opacity: 1 !important;
  background: #ddd !important;
  border-radius: 100%;
}
#app .slick-dots li.slick-active button:before {
  background: #6f7f89 !important;
}
#app .slick-prev,
#app .slick-next {
  width: 22px !important;
  height: 61px !important;
  z-index: 1;
}
#app .slick-next {
  right: 25px !important;
  background: url(../images/next.png) no-repeat top left !important;
  background-size: 22px 61px !important;
}
#app .slick-prev {
  left: 25px !important;
  background: url(../images/prev.png) no-repeat top left !important;
  background-size: 22px 61px !important;
}
#app .slick-prev:before, #app .slick-next:before {
  display: none !important;
}
#app .day_img {
  width: 100%;
  /*margin-top: 24px;*/
}
#app .day_img img {
  width: 100%;
  display: block;
}
#app .timeline {
  margin-top: 40px;
  border-top: 1px solid #000;
  padding-top: 16px;
}
#app .time_schedule {
  display: flex;
}
#app .time_schedule + .time_schedule {
  border-top: 1px  solid #CCC;
  margin-top: 8px;
  padding-top: 9px;
}
#app .time_schedule .time {
  width: 80px;
}
#app .time_schedule .action {
  width: calc(100% - 80px);
}
#app .section .action p.action_text {
  font-size: 16px;
  line-height: 1.75;
}
#app .section .action p.action_title,
#app .section .time p.this_time {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.75;
}
#app .type_banner {
  width: 100%;
  margin-top: 62px;
  text-decoration: none;
  position: relative;
}
#app .link_area {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
#app .link_area:hover {
  opacity: 0 !important;
}
#app .banner_l {
  width: 50%;
  position: relative;
}
#app .section .banner_l p.room_num {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #FFF;
  transition: all .3s;
  z-index: 3;
}
#app .banner_img {
  width: 100%;
  min-height: 120px;
  display: block;
  overflow: hidden;
  position: relative;
}
#app .banner_img:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
#app .banner_img video,
#app .banner_img img {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
#app .banner_r {
  background: #6f7f89;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 0 40px;
  transition: all .3s;
}
#app .section .banner_r p.banner_title {
  font-size: 24px;
  color: #FFF;
  width: 100%;
  line-height: 1;
}
#app .section .banner_r p.banner_text {
  font-size: 16px;
  color: #FFF;
  width: 100%;
  line-height: 1;
  margin-top: 12px;
  transition: all .3s;
}
#app .remote_tab {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  width: 100%;
  margin-top: 40px;
}
#app .remote_tab_item {
  width: calc((100% - 16px)/3);
  width: 100%;
  margin-right: 0;
  border-radius: 0px;
  background: #6f7f89;
  display: flex;
  align-items: center;
  padding: 0 16px;
  min-height: 64px;
}
#app .section .remote_tab p.remote_tab_title {
  color: #FFF;
  line-height: 1.5;
  position: relative;
  padding-left: 38px;
  font-feature-settings: "palt";
  letter-spacing: 0;
}
#app .section .remote_tab p.remote_tab_title .icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  transform: translateY(-50%);
}
#app .section .remote_tab p.remote_tab_title .icon img {
  width: 100%;
  display: block;
}
#app .remote_slider {
  width: 100%;
  max-width: calc(100vw - 350px - 80px);
  margin-top: 40px;
  background: #FFF;
}
@media screen and (max-width: 1024px) {
  #app .remote_slider {
    max-width: 100%;
  }
}
#app .remote_slider_item {
  width: 100%;
  /*background: #F1F1F1;*/
  padding: 32px 0 16px;
}
#app .remote_slider_item img {
  width: calc(100% - 200px);
  display: block;
  margin: auto;
}
#app .section .remote_slider_item p.slide_text {
  text-align: center;
  margin-top: 16px;
}
#app .forb3_members {
  width: 100%;
  margin: 64px 0 40px;
}
#app .forb3_members figure img {
  display: black;
  width: 100%;
  height: auto;
}
#app .message_box {
  background: #FFF;
  padding: 24px;
}
#app .message_box p.message_text {
  line-height: 2.25;
}
#app .message_box_l {
  width: 175px;
}
#app .message_box_l .img {
  width: 100%;
  height: 100%;
}
#app .message_box_l .img img {
  width: 100%;
  display: block;
}
#app .message_box_r {
  width: calc(100% - 175px);
  padding-left: 24px;
  position: relative;
}
#app .section p.message_muramatsu:nth-of-type(2) {
  margin-bottom: 1.5em;
}
#app .toggle_box {
  display: none;
}
#app .message_members {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#app .message_members .message_box {
  width: calc((100% - 40px)/2);
  margin-right: 40px;
  display: flex;
  margin-top: 40px;
}
#app .message_members .message_box:nth-of-type(2n) {
  margin-right: 0;
}
#app .message_members.leader .message_box {
  width: calc((100% - 0px)/1);
  margin-right: 0;
  display: flex;
  margin-top: 0;
}
#app .faq_list .faq_text p {
  font-size: 16px;
  position: relative;
  padding-left: 40px;
}
#app .faq_list .faq_text.type_q p {
  font-weight: 700;
}
#app .faq_list .faq_text p .faq_icon {
  width: 32px;
  height: 32px;
  border: 1px solid #6f7f89;
  background: #6f7f89;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}
#app .faq_list .faq_text.type_a p .faq_icon {
  background: none;
  color: #6f7f89;
}
#app .faq_list + .faq_list {
  margin-top: 40px;
}
#app .faq_list .faq_text + .faq_text {
  margin-top: 12px;
}
#app .section_title {
  font-size: 24px;
  color: #505050;
}
#app .section:has(.topics--wrap) {
  background: #FFF;
  padding: 40px 0 0;
  border-top: none;
  display: grid;
  gap: 40px;
  grid-template-columns: 240px 1fr;
  border-bottom: 1px solid #6f7f89;
}
#app .section:has(.topics--wrap) .topics--icon {
  width: 240px;
  padding-left: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
}
#app .section:has(.topics--wrap) .topics--icon .picture {
  display: block;
}
#app .section:has(.topics--wrap) .topics--icon .picture img {
  width: 100%;
  height: auto;
}
#app .section:has(.topics--wrap) .topics--icon .visually-hidden .qt-icon,
#app .section:has(.topics--wrap) .topics--icon .visually-hidden .box-icon,
#app .section:has(.topics--wrap) .topics--icon .visually-hidden .git-icon,
#app .section:has(.topics--wrap) .topics--icon .visually-hidden .yt-icon,
#app .section:has(.topics--wrap) .topics--icon .visually-hidden .insta-icon,
#app .section:has(.topics--wrap) .topics--icon .visually-hidden .fb-icon,
#app .section:has(.topics--wrap) .topics--icon .visually-hidden .x-icon,
#app .section:has(.topics--wrap) .topics--icon .visually-hidden .site-icon {
  fill: #6f7f89;
}
#app .section:has(.topics--wrap) .topics--icon .visually-hidden .git-icon {
  fill-rule: evenodd;
}
#app .section:has(.topics--wrap) .topics--icon .sns_area {
  margin-inline: auto;
  margin-top: auto;
  width: 100%;
  justify-content: center;
}
#app .section:has(.topics--wrap) .topics--icon .sns_area .sns_item:nth-of-type(7), #app .section:has(.topics--wrap) .topics--icon .sns_area .sns_item:nth-of-type(6), #app .section:has(.topics--wrap) .topics--icon .sns_area .sns_item:nth-of-type(5), #app .section:has(.topics--wrap) .topics--icon .sns_area .sns_item:nth-of-type(4) {
  display: none;
}
#app .section:has(.topics--wrap) .topics--icon .sns_area .sns_item.tw svg {
  width: 40px;
  aspect-ratio: 40 / 40;
}
#app .section:has(.topics--wrap) .topics--icon .sns_area .sns_item.ig svg, #app .section:has(.topics--wrap) .topics--icon .sns_area .sns_item.fb svg {
  width: 38px;
  aspect-ratio: 38 / 38;
}
#app .section .topics--wrap h2.topics--title {
  font-size: 24px;
  font-weight: 500;
  font-family: "Hind Siliguri", 'Noto Sans', 'Noto Sans JP', sans-serif;
  margin-bottom: 0;
  border-bottom: 1px solid #D0D0D0;
  padding-bottom: 16px;
  width: calc(100% - 40px);
}
#app .section .topics--wrap .topics--list {
  padding-bottom: 40px;
  margin-top: 20px;
  max-height: 500px;
  overflow-y: scroll;
  padding-right: 40px;
}
#app .section .topics--wrap .topics--list .list {
  border-bottom: 1px solid #D0D0D0;
  padding-bottom: 40px;
  padding-top: 16px;
}
#app .section .topics--wrap .topics--list .list:nth-last-child(2) {
  border-bottom: none;
  padding-bottom: 0;
}
#app .section .topics--wrap .topics--list .list:has(.topics--bottom) {
  padding-bottom: 0;
  border-bottom: none;
}
#app .section .topics--wrap .topics--list .list .topics--day {
  font-size: 14px;
  font-weight: 700;
}
#app .section .topics--wrap .topics--list .list .topics--contens {
  margin-top: 16px;
}
#app .section .topics--wrap .topics--list .list .thumbnail {
  margin-top: 40px;
  padding: 0 100px;
}
#app .section .topics--wrap .topics--list .list img {
  width: 100%;
  height: auto;
}
#app .section .topics--bottom {
  background: #6f7f89;
  color: #FFF;
  font-size: 16px;
  line-height: 2;
  padding: 4px 16px;
  text-align: center;
  margin-top: 80px;
  width: calc(100% - 40px);
}

@media screen and (max-width: 1000px) {
  #app .article {
    padding-top: 40px;
  }
  #app .section p {
    font-size: 14px;
  }
  #app .section + .section {
    margin-top: 64px;
    padding: 64px 0 0;
  }
  #app .section p.welcome_text {
    padding-bottom: 40px;
  }
  #app .section p.welcome_text br.tab {
    display: block;
  }
  #app .section p.getability {
    font-size: 16px;
  }
  #app .section h2 {
    margin-bottom: 56px;
    font-size: 24px;
    font-weight: 400;
  }
  #app .section.section_contact {
    padding: 40px 0;
  }
  #app .section.section_contact + .section.section_cs {
    margin-top: 80px;
  }
  #app .section .action p.action_text,
  #app .section .action p.action_title,
  #app .section .time p.this_time {
    font-size: 14px;
  }
  #app .section.section_cs_last {
    margin-bottom: 120px;
    padding-bottom: 40px;
  }
  #app .section.section_cs h2.cs {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 800px) {
  #app .flex_type1 {
    width: calc((100% - 24px)/2);
    margin-right: 24px;
  }
  #app .type_banner {
    margin-top: 40px;
  }
  #app .section .banner_l p.room_num {
    font-size: 40px;
  }
  #app .banner_r {
    padding: 0 24px;
  }
  #app .section .banner_r p.banner_title {
    font-size: 20px;
  }
  #app .section .banner_r p.banner_text {
    font-size: 14px;
    margin-top: 12px;
  }
  #app .section ul.ability_list li p {
    padding: 6px 8px;
    line-height: 1.75;
  }
  #app .youtube_btn {
    padding-top: 24px;
  }
  #app .section p.youtube_btn_txt {
    font-size: 20px;
  }
  #app .labo_box {
    padding: 32px 0 0;
  }
  #app .a_day {
    /*width: calc((100% - 32px)/2);*/
    margin-right: 32px;
  }
  #app .timeline {
    margin-top: 16px;
    padding-top: 12px;
  }
  #app .forb3_members {
    width: 100%;
    margin: 40px 0 24px;
  }
  #app .message_members .message_box {
    width: calc((100% - 24px)/2);
    margin-right: 24px;
    margin-top: 24px;
  }
  #app .labo {
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  #app {
    /*.a_day:last-of-type {
      margin-top: 40px;
    }*/
  }
  #app .section_title + * {
    margin-top: 26px;
  }
  #app .main_visual {
    height: 200px;
  }
  #app .main_visual {
    background: url(../images/forb3_mainvisual.jpg) no-repeat center center;
    background-size: cover;
  }
  #app .main_visual .img_count {
    height: 200px;
    max-height: 200px;
  }
  #app .main_visual .contents_title {
    font-size: 32px;
    justify-content: center;
  }
  #app .main_visual .contents_title .subtext .room_name {
    font-size: 16px;
    display: block;
    color: #FFF;
    text-align: center;
    margin-bottom: 14px;
  }
  #app .main_visual .contents_title .subtext .info_text {
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 1.75;
    text-align: center;
  }
  #app .main_visual .contents_title .subtext .info_text br {
    display: block;
  }
  #app .main_visual .contents_title .subtext .info_text + .info_text {
    margin-top: 4px;
  }
  #app .main_visual .contents_title .subtext {
    padding: 0 15px;
    padding-bottom: 10px;
  }
  #app .section + .section {
    margin-top: 48px;
    padding: 40px 0 0;
  }
  #app .section + .section:has(.section_head_line) {
    padding: 0;
    padding-top: 32px !important;
  }
  #app .section p.welcome_text {
    text-align: left;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  #app .section p.welcome_text br,
  #app .section p.welcome_text br.tab {
    display: none;
  }
  #app .section p.welcome_text br.wrap,
  #app .section p.welcome_text br.sp {
    display: block;
  }
  #app .section p.getability {
    font-size: 14px;
    text-align: left;
  }
  #app .section ul.ability_list li {
    margin-top: 16px;
    text-align: left;
    background: #6f7f89;
    border-radius: 0px;
    padding: 6px 8px 3px;
  }
  #app .section ul.ability_list li p {
    padding: 0;
    line-height: 1.5;
    text-align: left;
    font-weight: 500;
  }
  #app .section h2 {
    margin-bottom: 32px;
    font-size: 20px;
  }
  #app .content .section_head_line {
    margin-bottom: 24px;
    font-size: 18px;
  }
  #app .section p.message_muramatsu {
    line-height: 2;
  }
  #app .section.section_contact {
    padding: 40px 0;
  }
  #app .section.section_contact p br {
    display: block;
  }
  #app .section.section_cs_last {
    margin-bottom: 80px;
    padding-bottom: 40px;
  }
  #app .section.section_cs h2.cs {
    font-size: 20px;
    margin-bottom: 8px;
  }
  #app .type_flex {
    flex-wrap: wrap;
  }
  #app .flex_type1 {
    width: 100%;
    margin-right: 0;
  }
  #app .flex_type1:last-of-type {
    margin-top: 32px;
  }
  #app .flex_type1 .img_box {
    margin: 0 auto;
    max-width: 375px;
  }
  #app .pamphlet {
    max-width: 420px;
    margin: 80px auto;
  }
  #app .youtube_img {
    /*width: 100%;*/
  }
  #app .youtube_btn_img {
    height: 40px;
  }
  #app .youtube_btn_img img {
    width: 40px;
    height: 40px;
  }
  #app .section p.youtube_btn_txt {
    font-size: 18px;
    margin-top: 6px;
  }
  #app .video_wrap {
    padding: 0 0 24px;
  }
  #app .close_btn {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
  #app .close_btn::before, #app .close_btn:after {
    top: 15px;
  }
  #app .labo {
    margin-top: 40px;
  }
  #app .labo_tab.type_flex {
    flex-wrap: nowrap;
  }
  #app .labo_tab_item {
    padding: 4px 0 0;
  }
  #app .section .labo_tab_item p.labo_tab_title {
    font-size: 16px;
    min-height: 40px;
  }
  #app .section .labo_tab_item p.labo_tab_title .in_text:after {
    display: none;
  }
  #app .labo_box {
    padding: 32px 0 0;
  }
  #app .a_day {
    width: 100%;
    margin-right: 0;
  }
  #app .timeline {
    margin-top: 24px;
    border-top: 1px solid #000;
    padding-top: 16px;
  }
  #app .section h3.day_title {
    font-size: 20px;
  }
  #app .time_schedule .time {
    width: 60px;
  }
  #app .time_schedule .action {
    width: calc(100% - 60px);
  }
  #app .type_banner {
    margin-top: 48px;
  }
  #app .banner_l {
    width: 100%;
    position: relative;
  }
  #app .banner_img {
    min-height: 83px;
  }
  #app .section .banner_l p.room_num {
    font-size: 24px;
    font-weight: 500;
  }
  #app .banner_r {
    width: 100%;
    padding: 20px 24px;
    min-height: 60px;
    justify-content: center;
  }
  #app .section .banner_r p.banner_title {
    font-size: 18px;
    text-align: center;
  }
  #app .section .banner_r p.banner_text {
    font-size: 17px;
    margin-top: 8px;
    text-align: center;
  }
  #app .remote_tab {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    margin-top: 24px;
    margin-top: 16px;
  }
  #app .remote_tab_item {
    width: 100%;
    margin-right: 0;
    margin-top: 16px;
  }
  #app .remote_tab_item:first-of-type {
    margin-top: 0;
  }
  #app .remote_slider {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 74px;
  }
  #app .remote_slider_item {
    width: 100%;
    background: #FFF;
    padding: 24px 16px 16px;
  }
  #app .remote_slider_item img {
    width: 100%;
  }
  #app .section .remote_slider_item p.slide_text {
    text-align: left;
    margin: auto;
    margin-top: 12px;
    width: 100%;
    line-height: 1.5;
  }
  #app .slick-dots li button:before {
    /*width: 8px !important;
    height: 8px !important;
    */
  }
  #app .slick-dots {
    bottom: -30px !important;
  }
  #app .message_box {
    padding: 12px 16px;
  }
  #app .message_box.type_t {
    padding: 24px 16px 12px;
  }
  #app .message_box_l {
    width: 100%;
  }
  #app .message_box_l .img {
    width: 175px;
    margin: auto;
    display: block;
  }
  #app .message_box_r {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #app .section p.message_muramatsu + p.message_muramatsu {
    margin-top: 16px;
  }
  #app .message_members .message_box {
    width: 100%;
    margin-right: 0;
    margin-top: 16px;
  }
  #app .section p.message_muramatsu:nth-of-type(2) {
    margin-bottom: 16px;
  }
  #app .section p.more_btn {
    margin-top: 1.8em;
  }
  #app .faq_list .faq_text p {
    font-size: 14px;
    padding-left: 40px;
  }
  #app .faq_list .faq_text p .faq_icon {
    font-size: 14px;
    transform: translateY(-2px);
  }
  #app .faq_list .faq_text + .faq_text {
    margin-top: 14px;
  }
  #app .slick-prev, #app .slick-next {
    width: 11px !important;
    height: 31px !important;
  }
  #app .slick-next {
    right: 11px !important;
    background: url(../images/next.png) no-repeat top left !important;
    background-size: 11px 31px !important;
  }
  #app .slick-prev {
    left: 11px !important;
    background: url(../images/prev.png) no-repeat top left !important;
    background-size: 11px 31px !important;
  }
  #app .section:has(.topics--wrap) {
    padding: 16px 0 0 !important;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    border-bottom: 1px solid #6f7f89;
  }
  #app .section:has(.topics--wrap) .topics--icon {
    order: 2;
    margin-top: 24px;
    width: 100%;
    padding-left: 0;
    padding-bottom: 24px;
  }
  #app .section:has(.topics--wrap) .topics--icon .picture {
    display: none;
  }
  #app .section:has(.topics--wrap) .topics--bottom {
    margin-top: 24px;
    width: 100%;
    margin-inline: auto;
    line-height: 1.5;
    font-weight: 500;
    padding: 8px 16px;
  }
  #app .section:has(.topics--wrap) .topics--wrap {
    order: 1;
  }
  #app .section:has(.topics--wrap) .topics--wrap h2.topics--title {
    padding-bottom: 16px;
    width: calc(100% - 32px);
    display: grid;
    gap: 16px;
    grid-template-columns: 80px 1fr;
    align-items: center;
    margin-inline: auto;
    font-size: clamp(20px, 5vw, 24px);
  }
  #app .section:has(.topics--wrap) .topics--wrap h2.topics--title:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background: url(../images/mmc_mark.png) no-repeat left top;
    background-size: cover;
  }
  #app .section:has(.topics--wrap) .topics--wrap .topics--list {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 8px;
  }
  #app .section:has(.topics--wrap) .topics--wrap .topics--list .list .thumbnail {
    margin-top: 24px;
    padding: 0;
  }
  #app .section:has(.topics--wrap) .topics--wrap .topics--list .list:nth-last-child(2) {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.labo_box.fadeIn {
  animation: fadeIn .5s ease-in-out 0s forwards;
}

.labo_box.fadeOut {
  animation: fadeIOut .5s ease-in-out 0s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.dot1 {
  animation: circlezoom 1.5s ease-in-out infinite;
}

.dot2 {
  animation: circlezoom 1.5s ease-in-out infinite;
  animation-delay: -1.0s;
}

.dot3 {
  animation: circlezoom 1.5s ease-in-out infinite;
  animation-delay: -2.0s;
}

@keyframes circlezoom {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*# sourceMappingURL=forb3.css.map */
