@charset "UTF-8";
/*!
 * Theme Name:  mitsuwa
 * Description:  オリジナルテーマ、みつわの３Dウォークスルー閲覧体験ページのCSS
 * ress.css • v2.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* パンくず */
.page-id-2393 .breadcrumbs {
  top: 0;
  color: #2d2d2d;
  z-index: 1;
}
.page-id-2393 .breadcrumbs a {
  color: #2d2d2d;
}

/*MV部分--------------------------------------------------------  */
.virtual-top {
  padding: 40px 0 0 0;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 640px) {
  .virtual-top {
    padding: 20px 0 0 0;
  }
}
.virtual-top__title {
  text-align: center;
  font-size: 32px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .virtual-top__title {
    font-size: 7.448vw;
    margin-bottom: 20px;
    line-height: 1.3;
  }
}
.virtual-top__title::after {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #b03671;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.virtual-top__bg {
  background-color: #fff4f4;
  border-top: 1px #ff7674 solid;
  border-bottom: 1px #ff7674 solid;
}
.virtual-top__img {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 0 auto;
}
/*3Dウォーク説明セクション--------------------------------------------------------  */
.vr_instruction {
  padding-top: 52px;
}
@media screen and (max-width: 640px) {
  .vr_instruction {
    padding-top: 30px;
  }
}
@media screen and (min-width: 641px) {
  .vr_instruction--wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .vr_instruction--description,
  .vr_instruction--movie {
    width: calc((100% - 24px * 1) / 2);
  }
  .vr_instruction--flow {
    width: calc((100% - 24px * 2) / 3);
  }
}
.vr_instruction--title {
  border-bottom: #ff7675 solid 1px;
  font-size: 32px;
  line-height: 0.7;
  margin-bottom: 14px;
  padding-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .vr_instruction--title {
    font-size: 6.384vw;
    margin-bottom: 7px;
    padding-bottom: 8px;
  }
}
.vr_instruction--title.spacer {
  margin-top: 40px;
}
.vr_instruction--sub_title {
  font-size: 18px;
  margin-bottom: 32px;
}
@media screen and (max-width: 640px) {
  .vr_instruction--sub_title {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.vr_instruction--txt {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.vr_instruction--note {
  font-size: 14px;
}
.vr_instruction--flow_title {
  font-weight: 700;
  font-size: 18px;
}
.vr_instruction--flow_box {
  border: #9a9a9a solid 1px;
}
@media screen and (min-width: 641px) {
  .vr_instruction--flow_box {
    min-height: 282px;
  }
}
.vr_instruction--flow_box--txt {
  padding: 12px;
}
.vr_instruction--flow_txt {
  margin-top: 12px;
  padding: 3px 16px 0 63px;
  position: relative;
}
.vr_instruction--flow_txt:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 640px) {
  .vr_instruction--flow + .vr_instruction--flow {
    margin-top: 30px;
  }
  .vr_instruction--flow_txt {
    margin-top: 6px;
    padding: 8px 6px 0 34px;
    font-size: 12px;
  }
  .vr_instruction--flow_txt:before {
    width: 30px;
    height: 30px;
  }
}
.vr_instruction--flow_txt.walk:before {
  background: url(../img/virtual/icon_walk@2x.png) no-repeat left top/contain;
}
.vr_instruction--flow_txt.floor:before {
  background: url(../img/virtual/icon_floor@2x.png) no-repeat left top/contain;
}
.vr_instruction--flow_txt.doll:before {
  background: url(../img/virtual/icon_doll@2x.png) no-repeat left top/contain;
}
/*VRリスト--------------------------------------------------------  */

.movie_list {
  background-color: #fff4f4;
}
.movie_list--title {
  font-size: 48px;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .movie_list--title {
    font-size: 7.448vw;
    margin-bottom: 40px;
    padding-bottom: 10px;
  }
  .movie_list--title::after {
    content: "";
    width: 80px;
    height: 2px;
    background-color: #b03671;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.movie_list--wrap {
  margin-bottom: 32px;
}
@media screen and (min-width: 641px) {
  .movie_list--wrap {
    margin: 0 auto 60px;
    width: 818px;
  }
}
@media screen and (min-width: 641px) {
  .movie_list--title:before {
    background: url(../img/virtual/movie-list-title@2x.png) no-repeat left
      top/contain;
    content: "";
    display: inline-block;
    position: absolute;
    top: -18px;
    left: 122px;
    width: 227px;
    height: 74px;
  }
}
.movie_list--shop_name {
  border-left: #ff7675 solid 6px;
  font-size: 24px;
  font-weight: 700;
  line-height: 0.7;
  margin: 0px 0px 12px 0px;
  padding: 7px 0px 3px 10px;
}
@media screen and (max-width: 640px) {
  .movie_list--shop_name {
    font-size: 5.32vw;
    margin: 0px 0px 8px 0px;
    padding: 5px 0px 3px 10px;
  }
}
.movie_list--link {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  width: 818px;
  height: 154px;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 640px) {
  .movie_list--link {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 641px) {
  .movie_list--link:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    opacity: 0.9;
    transform: translateY(-0.2em);
  }
}
@media screen and (max-width: 640px) {
  #set_plan + footer {
    margin-top: 0;
  }
}
.hall_list_vr {
  display: none;
}

@media screen and (min-width: 641px) {
  section {
padding-bottom: 100px ;
  }
        .movie_list {
          padding-top: 100px;
        }
}
@media screen and (max-width: 640px) {
   section {
padding-bottom: 30px ;
  }
        .movie_list {
          padding-top: 30px;
        }
} 
