/* Scss Document */
.plantopwrap_bn {
  background-image: url("../images/plan/bg_campaign.png");
  background-size: cover;
  margin: 0px auto 0;
  padding: 45px 0 100px;
  background-position: center; }
  @media only screen and (max-width: 800px) {
    .plantopwrap_bn {
      padding: 25px 0 60px; } }
  .plantopwrap_bn img {
    width: fit-content;
    max-width: 90%;
    margin: 0 auto; }
.plantopwrap_area {
  background-image: url("../images/plan/bg_plantop.jpg");
  background-size: cover;
  padding-bottom: 0px; }
  @media only screen and (max-width: 800px) {
    .plantopwrap_area {
      padding-bottom: 0px; } }
.plantopwrap_imgtit {
  margin: 0 auto 40px;
  /*@include max-screen(800px) {
    margin: 0 auto 40px;
  }*/ }
  .plantopwrap_imgtit img {
    width: auto;
    max-width: 100%; }
    @media only screen and (max-width: 1280px) {
      .plantopwrap_imgtit img.pc {
        display: none; } }
    @media only screen and (max-width: 1280px) {
      .plantopwrap_imgtit img.sp {
        display: block; } }
.plantopwrap_bn-300down {
  width: min(90%, 1000px);
  margin: 0 auto 60px;
  cursor: pointer; }
  @media only screen and (max-width: 800px) {
    .plantopwrap_bn-300down {
      margin: 0 auto 30px; } }
.plantopwrap_tit {
  margin: 0 auto 80px;
  max-width: 90%;
  padding-top: 100px; }
  @media only screen and (max-width: 1280px) {
    .plantopwrap_tit {
      max-width: 90%; } }
  @media only screen and (max-width: 800px) {
    .plantopwrap_tit {
      margin: 0 auto;
      max-width: 90%;
      padding-top: 40px; } }
  .plantopwrap_tit img {
    margin: 0 auto;
    max-width: 100%; }
    @media only screen and (max-width: 800px) {
      .plantopwrap_tit img {
        margin: 0 auto; } }
.plantopwrap_anchorlinklist {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px;
  width: 950px;
  max-width: 90%; }
  @media only screen and (max-width: 800px) {
    .plantopwrap_anchorlinklist {
      margin: 0 auto; } }
  .plantopwrap_anchorlinklist li {
    width: 315px;
    max-width: calc(100% / 3); }
    .plantopwrap_anchorlinklist li a {
      display: block;
      width: 100%; }
      .plantopwrap_anchorlinklist li a img {
        display: block;
        width: auto;
        margin: 0 auto; }
.plantopwrap_group {
  padding-top: 30px;
  width: 1080px;
  margin: 0 auto;
  max-width: 90%; }
  .plantopwrap_group_titwrap {
    width: 100%;
    position: relative;
    margin: 0 auto 50px; }
    @media only screen and (max-width: 800px) {
      .plantopwrap_group_titwrap {
        margin: 0 auto 30px; } }
  .plantopwrap_group_tit {
    margin: 0 auto;
    display: block;
    width: 175px; }
    @media only screen and (max-width: 800px) {
      .plantopwrap_group_tit {
        width: 100px;
        padding: 30px 0; } }
    .plantopwrap_group_tit:before, .plantopwrap_group_tit:after {
      content: '';
      position: absolute;
      height: 2px;
      background: #636363;
      width: calc(50% - 87.5px);
      top: calc(50% - 1px); }
    .plantopwrap_group_tit:before {
      left: 0; }
    .plantopwrap_group_tit:after {
      right: 0; }
    .plantopwrap_group_tit img {
      display: block;
      margin: 0 auto; }
  .plantopwrap_group_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end; }
    .plantopwrap_group_list li {
      margin: 0 0 60px;
      width: 522px;
      max-width: 49%; }
      @media only screen and (max-width: 800px) {
        .plantopwrap_group_list li {
          margin: 0 auto 30px;
          max-width: 100%;
          width: 100%; } }
      .plantopwrap_group_list li img {
        display: block;
        filter: drop-shadow(3px 3px 7px rgba(30, 43, 50, 0.29)); }
  .plantopwrap_group a {
    display: block;
    width: fit-content;
    margin: 0 auto; }

.best6 {
  padding-bottom: 170px;
  background: #f3f3f3; }
  @media only screen and (max-width: 800px) {
    .best6 {
      padding-bottom: 90px; } }
  .best6_mv {
    background: url("../images/plan/mv_best6.jpg");
    height: 512px;
    position: relative;
    background-position: center;
    background-size: cover;
    margin: 0 auto 180px;
    width: 100%; }
    @media only screen and (max-width: 800px) {
      .best6_mv {
        height: 256px;
        margin: 0 auto 90px; } }
    .best6_mv img {
      display: block;
      position: absolute;
      bottom: -100px;
      left: 50%;
      transform: translate(-50%, 0); }
      @media only screen and (max-width: 800px) {
        .best6_mv img {
          width: 280px;
          bottom: -20%; } }
  .best6_wrap {
    display: flex;
    width: 1080px;
    max-width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between; }
    .best6_wrap li {
      margin: 0 0 75px;
      width: 360px;
      max-width: calc(100% / 3);
      border-left: solid 1px #636363;
      padding-left: 5.4%;
      padding-right: 3.2%;
      box-sizing: border-box; }
      @media only screen and (max-width: 800px) {
        .best6_wrap li {
          margin: 0 0 35px;
          max-width: 48%;
          width: auto; } }
      .best6_wrap li:nth-child(3n) {
        border-right: solid 1px #636363; }
        @media only screen and (max-width: 800px) {
          .best6_wrap li:nth-child(3n) {
            border-right: none; } }
      @media only screen and (max-width: 800px) {
        .best6_wrap li:nth-child(2n) {
          border-right: solid 1px #636363; } }
      .best6_wrap li img {
        display: block;
        margin: 0; }

.bn_reserve {
  padding: 100px 0;
  background-image: url("../images/plan/bg_plan_reserve.jpg");
  background-size: cover; }
  @media only screen and (max-width: 800px) {
    .bn_reserve {
      padding: 50px 0; } }
  .bn_reserve a {
    display: block;
    width: 1080px;
    max-width: 90%;
    margin: 0 auto; }

#plan_banner {
  margin-top: -140px;
  padding-top: 140px; }

.hennsai-plan {
  position: relative; }
  .hennsai-plan .room-type {
    width: 100%; }
  .hennsai-plan .lastone {
    position: absolute;
    max-width: 167px;
    width: calc(100% / 3);
    z-index: 2;
    overflow: hidden;
    top: 50%;
    left: 4%;
    border-radius: 6px; }
    .hennsai-plan .lastone:before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      left: -30%;
      top: -50%;
      width: 30px;
      height: 100%;
      background-color: #fff;
      opacity: 0;
      transform: rotate(45deg);
      animation: reflection 2s ease-in-out infinite; }
  .hennsai-plan .point {
    position: absolute;
    max-width: 167px;
    width: calc(100% / 3);
    z-index: 2;
    top: 50%;
    left: 4%; }
  .hennsai-plan .price {
    position: absolute;
    max-width: 280px;
    z-index: 2;
    overflow: hidden;
    top: 16%;
    left: 42%;
    filter: drop-shadow(0); }
    @media only screen and (max-width: 1120px) {
      .hennsai-plan .price {
        width: calc(100% / 2); } }
    .hennsai-plan .price img {
      width: 100%; }
    .hennsai-plan .price .demo-mask {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-mask-size: 100% auto;
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-position: left top; }
    .hennsai-plan .price .plan_eg {
      -webkit-mask-image: url("../images/plan/price_eg.png"); }
    .hennsai-plan .price .plan_g1 {
      -webkit-mask-image: url("../images/plan/price_g1.png"); }
    .hennsai-plan .price .plan_c {
      -webkit-mask-image: url("../images/plan/price_c.png"); }
    .hennsai-plan .price .plan_d {
      -webkit-mask-image: url("../images/plan/price_d.png"); }
    .hennsai-plan .price .plan_j1 {
      -webkit-mask-image: url("../images/plan/price_j1.png"); }
    .hennsai-plan .price .plan_i {
      -webkit-mask-image: url("../images/plan/price_i.png"); }
    .hennsai-plan .price .plan_e {
      -webkit-mask-image: url("../images/plan/price_e.png"); }
    .hennsai-plan .price .plan_g1_g {
      -webkit-mask-image: url("../images/plan/price_g1_g.png"); }
    .hennsai-plan .price .plan_ig {
      -webkit-mask-image: url("../images/plan/price_ig.png"); }
    .hennsai-plan .price .demo-hikari {
      position: absolute;
      left: -30%;
      top: -50%;
      width: 30px;
      height: 100%;
      background-color: #fff;
      transform: rotate(45deg);
      animation: reflection 2s ease-in-out infinite; }
@keyframes demo_kirari {
  100% {
    left: 100%; } }
#botan300 {
  overflow: hidden;
  width: 1000px;
  height: auto;
  position: relative;
  max-width: 90%; }
  #botan300 img {
    width: 100%;
    height: auto;
    cursor: pointer; }
  #botan300 .cover1 {
    top: 320px;
    animation-delay: 0.2s;
    background: #fff;
    height: 1500px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 1;
    transition: all 0.2s; }
    #botan300 .cover1.open {
      animation: cover 2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
    @media only screen and (max-width: 1000px) {
      #botan300 .cover1 {
        top: calc( 320 * 100vw / 1000 ); } }
    @media only screen and (max-width: 800px) {
      #botan300 .cover1 {
        top: calc( 518 * 100vw / 1000 ); } }

@keyframes cover {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(1500px); } }
.spec-text {
  margin: 0 auto 0 0;
  text-align: left;
  width: 60%; }
  @media only screen and (max-width: 1080px) {
    .spec-text {
      width: 75%; } }
  @media only screen and (max-width: 800px) {
    .spec-text {
      margin: 0 auto 0 0;
      max-width: 65%; } }

.banner_campaign {
  margin: 40px auto 0;
  max-width: 1080px; }
  @media only screen and (max-width: 1080px) {
    .banner_campaign {
      width: 90%; } }
  .banner_campaign img {
    width: 100%; }
