.main {
  position: relative;
  overflow: hidden;
}
.main .is-sidebar {
  position: fixed;
  padding: 154px 0 0 0;
  z-index: 10;
  right: 40px;
  top: 50%;
  margin-top: -227px;
  width: 248px;
  height: 455px;
  background: url('../images/section-sidebar.png') no-repeat 100%/100%;
}
.main .is-sidebar .btn-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -20px;
  width: 20px;
  height: 21px;
  background: url('../images/icon-close.png') no-repeat 100%/100%;
}
.main .is-sidebar a {
  display: block;
  height: 53px;
  margin: 0 auto 10px;
}
.main .is-ornament {
  position: absolute;
  z-index: 1;
  left: 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.main .is-ornament.o1 {
  width: 339px;
  height: 429px;
  top: 1439px;
  margin-left: -930px;
  background-image: url('../images/ornament/1.png');
}
.main .is-ornament.o2 {
  width: 190px;
  height: 191px;
  margin-left: 719px;
  top: 1620px;
  background-image: url('../images/ornament/2.png');
}
.main .is-ornament.o3 {
  width: 190px;
  height: 191px;
  margin-left: -900px;
  top: 2275px;
  background-image: url('../images/ornament/3.png');
}
.main .is-ornament.o4 {
  width: 339px;
  height: 429px;
  top: 2250px;
  margin-left: 600px;
  background-image: url('../images/ornament/1.png');
}
.main .is-ornament.o5 {
  width: 190px;
  height: 191px;
  margin-left: -930px;
  top: 2780px;
  background-image: url('../images/ornament/2.png');
}
.main .is-ornament.o6 {
  width: 190px;
  height: 191px;
  margin-left: 719px;
  top: 3080px;
  background-image: url('../images/ornament/2.png');
}
.main .is-ornament.o7 {
  width: 1.49rem;
  height: 1.9rem;
  left: unset;
  right: 0;
  top: 8rem;
  background-image: url('../images/ornament/4.png');
}
.main .is-ornament.o8 {
  width: 1.54rem;
  height: 2.57rem;
  left: 0;
  top: 13rem;
  background-image: url('../images/ornament/5.png');
}
.main .is-ornament.o9 {
  width: 1.49rem;
  height: 1.9rem;
  left: unset;
  right: 0;
  top: 19rem;
  background-image: url('../images/ornament/4.png');
}
.main > [class^="section-"] {
  position: relative;
  z-index: 5;
}
.section-hero {
  position: relative;
}
.section-hero__logo {
  width: 1190px;
  padding: 0 20px;
  position: absolute;
  top: 95px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
}
.section-hero__logo a {
  display: inline-block;
  vertical-align: bottom;
}
.section-hero__logo a img {
  display: block;
  height: auto;
}
.section-hero__logo .pc-show a {
  margin: 0 40px 0 0;
}
.section-hero__logo .pc-show a:first-of-type img {
  max-width: 173px;
}
.section-hero__logo .pc-show a:last-of-type img {
  max-width: 244px;
}
.section-hero__media img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.section-reservation {
  position: relative;
  margin: -260px 0 0 0;
  padding: 0 10px;
}
.section-reservation .section-title {
  background-image: url('../images/title-pc-1.png');
}
.section-reservation__inner {
  max-width: 1080px;
  margin: 0 auto 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 0 60px;
}
.section-reservation__item {
  position: relative;
  width: 491px;
  font-size: 0;
}
.section-reservation__item img {
  width: 100%;
  display: block;
  height: auto;
}
.section-reservation__item .video-btn {
  cursor: pointer;
  position: absolute;
  width: 139px;
  height: 135px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
  background: url('../images/icon-play-btn.png') no-repeat 100%/100%;
}
.section-reservation__item .video-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.section-guest .section-title {
  background-image: url('../images/title-pc-2.png');
}
.section-guest__inner {
  position: relative;
  padding: 45px 0 10px;
}
.section-guest__inner .swiper {
  max-width: 1080px;
  margin: 0 auto 0 auto;
  overflow: hidden;
}
.section-guest__inner .swiper-slide {
  padding: 0 5px;
}
.section-guest__item {
  position: relative;
}
.section-guest__item .video-btn {
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 54px;
  height: 54px;
  background: url('../images/icon-play-btn2.png') no-repeat 100%/100%;
}
.section-guest__item .text-name {
  position: absolute;
  left: -5px;
  bottom: 75px;
  width: 140px;
  height: 47px;
  line-height: 44px;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
  background: url('../images/icon-name.png') no-repeat 100%/100%;
}
.section-guest__item .text-footer {
  position: absolute;
  width: 100%;
  height: 65px;
  left: 0;
  bottom: 0;
  padding: 0 0 0 15px;
}
.section-guest__item .text-position {
  line-height: 18px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  color: #070707;
  margin: 0 0 10px 0;
}
.section-guest__item .text-company {
  line-height: 14px;
  font-size: 14px;
  text-align: left;
  color: #070707;
}
.section-guest .swiper-button-next,
.section-guest .swiper-button-prev {
  position: absolute;
  width: 41px;
  height: 59px;
  left: 50%;
  top: 50%;
  margin-top: -28px;
  background: url('../images/icon-arrow.png') no-repeat 100%/100%;
}
.section-guest .swiper-button-prev {
  margin-left: -594px;
}
.section-guest .swiper-button-next {
  margin-left: 554px;
  transform: rotate(-180deg);
}
.section-map {
  padding: 65px 10px 0;
}
.section-map .section-title {
  background-image: url('../images/title-pc-3.png');
}
.section-map__desc {
  padding: 28px 240px 0 230px;
  margin: 50px auto 18px;
  width: 1118px;
  height: 238px;
  background: url('../images/section-user.png') no-repeat 100%/100%;
}
.section-map__desc h3 {
  font-size: 24px;
  font-weight: 700;
  color: #070707;
  line-height: 28px;
  margin: 0 0 18px 0;
}
.section-map__desc p {
  font-size: 18px;
  color: #070707;
}
.section-map__inner {
  position: relative;
  width: 1202px;
  height: 336px;
  margin: 0 auto;
  background: url('../images/section-map.png') no-repeat 100%/100%;
}
.section-map__inner .coordinate-btn {
  cursor: pointer;
  position: absolute;
  width: 123px;
  height: 153px;
  font-weight: 700;
  text-align: center;
  color: #070707;
  line-height: 30px;
  padding: 28px 0 0 0;
  background: url('../images/icon-coordinate.png') no-repeat 100%/100%;
}
.section-map__inner .coordinate-btn span {
  display: inline-block;
  padding-top: 25px;
}
.section-map__inner .coordinate-btn.c1 {
  left: 310px;
  top: 70px;
}
.section-map__inner .coordinate-btn.c2 {
  left: 480px;
  top: 65px;
}
.section-map__inner .coordinate-btn.c3 {
  right: 420px;
  top: 10px;
}
.section-map__inner .coordinate-btn.c4 {
  right: 250px;
  top: 15px;
}
.section-organizer {
  padding: 65px 10px;
}
.section-organizer .section-title {
  background-image: url('../images/title-pc-4.png');
}
.section-organizer__inner {
  width: 1199px;
  height: 454px;
  margin: 45px auto 0;
  background: url('../images/section-organizer.png') no-repeat 100%/100%;
}
.section-organizer__inner h3 {
  line-height: 80px;
  font-size: 28px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: center;
  color: #070707;
}
.section-organizer__inner .text-desc {
  padding: 40px 40px 18px 45px;
  font-size: 18px;
  color: #070707;
  line-height: 32px;
}
.section-organizer__inner .contact-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 45px;
}
.section-organizer__inner .contact-left {
  font-size: 0;
}
.section-organizer__inner .contact-left li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #333333;
  background-position: left 3px;
  background-repeat: no-repeat;
}
.section-organizer__inner .contact-left li:nth-child(1),
.section-organizer__inner .contact-left li:nth-child(2) {
  background-image: url('../images/icon-phone.png');
}
.section-organizer__inner .contact-left li:nth-child(3) {
  background-image: url('../images/icon-email.png');
}
.section-organizer__inner .contact-left li:nth-child(4) {
  background-image: url('../images/icon-add.png');
}
.section-organizer__inner .contact-right {
  font-size: 0;
  width: 124px;
  height: 124px;
}
.section-organizer__inner .contact-right img {
  width: 100%;
  height: 100%;
}
.section-contact {
  padding: 65px 10px;
  background-color: #3B23A1;
}
.section-contact .section-title {
  background-image: url('../images/title-pc-5.png');
}
.section-contact__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1199px;
  margin: 0 auto;
}
.section-contact__inner .item {
  color: #ffffff;
  margin: 0 80px 0 0;
}
.section-contact__inner .item:last-child {
  margin: 0 0 0 auto;
}
.section-contact__inner .item:last-child img.pc-show {
  display: block;
  max-width: 465px;
  height: auto;
}
.section-contact__inner dt {
  font-size: 24px;
  text-align: left;
  margin: 0 0 35px 0;
}
.section-contact__inner dd {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}
@media screen and (max-width: 1600px) {
  .section-reservation {
    margin: -200px 0 0 0;
  }
}
@media screen and (max-width: 750px) {
  .main .is-sidebar {
    display: none;
  }
  .section-hero__logo {
    width: 100%;
    padding: 0 0.3rem;
    top: 0.6rem;
  }
  .section-hero__logo .m-show a {
    margin: 0 0.24rem 0 0;
  }
  .section-hero__logo .m-show a:first-of-type img {
    max-width: 1.19rem;
  }
  .section-hero__logo .m-show a:last-of-type img {
    max-width: 1.67rem;
  }
  .section-hero__media img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .section-reservation {
    position: relative;
    margin: -1.6rem 0 0 0;
    padding: 0 0.3rem;
  }
  .section-reservation .section-title {
    background-image: url('../images/title-m-1.png');
  }
  .section-reservation__inner {
    padding: 0.4rem 0 0.3rem;
    flex-direction: column;
    align-items: center;
  }
  .section-reservation__item {
    width: 90%;
    margin: 0 0 0.4rem 0;
  }
  .section-reservation__item:last-of-type {
    margin: 0;
  }
  .section-reservation__item .video-btn {
    width: 1.39rem;
    height: 1.35rem;
  }
  .section-guest .section-title {
    background-image: url('../images/title-m-2.png');
  }
  .section-guest__inner {
    font-size: 0;
    padding: 0.45rem 0.3rem 0.3rem;
  }
  .section-guest__inner .swiper-slide {
    padding: 0 0 0 0.1rem;
    width: 5.06rem;
  }
  .section-guest__inner .swiper-slide img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .section-guest__item .video-btn {
    right: 0.24rem;
    top: 0.24rem;
    width: 0.74rem;
    height: 0.74rem;
  }
  .section-guest__item .text-name {
    position: absolute;
    left: -0.1rem;
    bottom: 1.3rem;
    width: 2.8rem;
    height: 0.94rem;
    line-height: 0.9rem;
    font-size: 0.36rem;
  }
  .section-guest__item .text-footer {
    height: 1.1rem;
    padding: 0 0 0 0.3rem;
  }
  .section-guest__item .text-position {
    line-height: 0.36rem;
    font-size: 0.33rem;
    margin: 0 0 0.2rem 0;
  }
  .section-guest__item .text-company {
    line-height: 0.28rem;
    font-size: 0.28rem;
  }
  .section-guest .swiper-button-next,
  .section-guest .swiper-button-prev {
    display: none;
  }
  .section-map {
    padding: 0.65rem 0.2rem 0;
  }
  .section-map .section-title {
    background-image: url('../images/title-m-3.png');
  }
  .section-map__desc {
    padding: 0.8rem 0.35rem 0 2.1rem;
    margin: 0.3rem auto;
    width: 6.89rem;
    height: 3.76rem;
    background: url('../images/section-user-m.png') no-repeat 100%/100%;
  }
  .section-map__desc h3 {
    font-size: 0.28rem;
    line-height: 0.28rem;
    margin: 0 0 0.18rem 0;
  }
  .section-map__desc p {
    font-size: 0.2rem;
    line-height: 0.27rem;
  }
  .section-map__inner {
    width: 6.93rem;
    height: 1.96rem;
    background: url('../images/section-map-m.png') no-repeat 100%/100%;
  }
  .section-map__inner .coordinate-btn {
    width: 1.23rem;
    height: 1.53rem;
    line-height: 0.3rem;
    font-size: 0.22rem;
    padding: 0.28rem 0 0 0;
  }
  .section-map__inner .coordinate-btn span {
    padding-top: 0.25rem;
  }
  .section-map__inner .coordinate-btn.c1 {
    left: 1rem;
    top: -0.1rem;
  }
  .section-map__inner .coordinate-btn.c2 {
    left: 2.3rem;
    top: -0.25rem;
  }
  .section-map__inner .coordinate-btn.c3 {
    right: 2.15rem;
    top: -0.6rem;
  }
  .section-map__inner .coordinate-btn.c4 {
    right: 0.9rem;
    top: -0.4rem;
  }
  .section-organizer {
    padding: 0.6rem 0.3rem;
  }
  .section-organizer .section-title {
    background-image: url('../images/title-m-4.png');
  }
  .section-organizer__inner {
    width: 6.91rem;
    height: 7.31rem;
    margin: 0.3rem auto 0;
    background: url('../images/section-organizer-m.png') no-repeat 100%/100%;
  }
  .section-organizer__inner h3 {
    line-height: 0.6rem;
    font-size: 0.32rem;
  }
  .section-organizer__inner .text-desc {
    padding: 0.25rem 0.32rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .section-organizer__inner .contact-box {
    padding: 0 0.32rem;
    align-items: flex-start;
  }
  .section-organizer__inner .contact-left {
    flex: 1;
    min-width: 0;
  }
  .section-organizer__inner .contact-left li {
    width: 100%;
    padding-left: 0.45rem;
    margin-bottom: 0.2rem;
    font-size: 0.24rem;
    background-position: left top;
  }
  .section-organizer__inner .contact-left li:nth-child(1),
  .section-organizer__inner .contact-left li:nth-child(2) {
    line-height: 0.36rem;
    background-size: 0.4rem 0.36rem;
  }
  .section-organizer__inner .contact-left li:nth-child(3) {
    line-height: 0.28rem;
    background-size: 0.36rem 0.28rem;
  }
  .section-organizer__inner .contact-left li:nth-child(4) {
    line-height: 0.42rem;
    background-size: 0.34rem 0.42rem;
  }
  .section-organizer__inner .contact-right {
    width: 1.8rem;
    height: 1.81rem;
  }
  .section-contact {
    padding: 0.6rem 0.3rem;
  }
  .section-contact .section-title {
    background-image: url('../images/title-m-5.png');
  }
  .section-contact__inner {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .section-contact__inner .item {
    color: #ffffff;
    margin: 0;
  }
  .section-contact__inner .item:first-child {
    padding: 1.4rem 0 1rem 0;
  }
  .section-contact__inner .item:last-child {
    align-self: flex-end;
    margin: -5.5rem 0 0 0;
  }
  .section-contact__inner .item:last-child img.pc-show {
    display: none;
  }
  .section-contact__inner .item:last-child img.m-show {
    display: block;
    max-width: 3.08rem;
    height: auto;
  }
  .section-contact__inner dt {
    font-size: 0.28rem;
    margin: 0 0 0.3rem 0;
  }
  .section-contact__inner dd {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
}
