@font-face {
  font-family: "ZenOldMincho", sans-serif;
  font-style: normal;
  src: url(../font/ZenOldMincho-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicAntique", sans-serif;
  font-style: normal;
  src: url(../font/ZenKakuGothicAntique-Medium.ttf);
}
@font-face {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500 300 200;
  src: url(../font/Manrope-Medium.ttf) format("truetype");
  src: url(../font/Manrope-Light.ttf) format("truetype");
  src: url(../font/Manrope-ExtraLight.ttf) format("truetype");
}
main {
  background-color: #fdfcfc;
  padding: 0 0 100px;
  position: relative;
  z-index: 0;
}

.glanping_dome .main_visual {
  aspect-ratio: 1280/720;
  background: url(../image/glanping_dome/main_visual.jpg?20250407) no-repeat center center/cover;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .glanping_dome .main_visual {
    aspect-ratio: 375/440;
    background: url(../image/glanping_dome/main_visual_sp.jpg?20250407) no-repeat center center/cover;
  }
}
.glanping_dome .main_visual .main_copy {
  left: 10%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  .glanping_dome .main_visual .main_copy {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
.glanping_dome .main_visual .main_copy h1 {
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .glanping_dome .main_visual .main_copy h1 {
    font-size: 26px;
    text-align: center;
  }
}
.glanping_dome .main_visual .main_copy h1 span {
  color: #fff;
  display: block;
  font-size: 12px;
  margin-top: 6px;
}
@media screen and (max-width: 959px) {
  .glanping_dome .main_visual .main_copy h1 span {
    font-size: 10px;
  }
}
.glanping_dome .concept_wave_container {
  overflow: hidden;
  position: relative;
  top: -99px;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .glanping_dome .concept_wave_container {
    top: -99px;
  }
}
.glanping_dome .concept_text {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.glanping_dome .concept_text .concept_text_inner {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .glanping_dome .concept_text .concept_text_inner {
    margin: 0 auto;
    width: 90%;
  }
}
.glanping_dome .concept_text .concept_text_inner h2 {
  color: #000000;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .glanping_dome .concept_text .concept_text_inner h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.glanping_dome .concept_text .concept_text_inner .concept_text_sub {
  color: #000000;
  font-size: 12px;
  text-align: center;
}
.glanping_dome .concept_text .concept_text_inner .concept_text_copy {
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 2.1;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .glanping_dome .concept_text .concept_text_inner .concept_text_copy {
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  .glanping_dome .concept_text .concept_text_inner .concept_text_copy {
    text-align: left;
  }
}
.glanping_dome .spend_section {
  background-color: #f7f7f8;
  height: 100%;
  margin-top: 100px;
  padding-bottom: 120px;
  padding-top: 90px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.glanping_dome .spend_section .spend_wrapper {
  height: 100%;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .glanping_dome .spend_section .spend_wrapper {
    padding-bottom: 50px;
  }
}
.glanping_dome .spend_section .spend_title_wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 10%;
  position: relative;
  width: 80%;
}
@media screen and (max-width: 959px) {
  .glanping_dome .spend_section .spend_title_wrapper {
    margin: 0 auto;
    width: 90%;
  }
}
.glanping_dome .spend_section .spend_title_wrapper::after {
  background-image: url(../image/logo_br.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 227px;
  position: absolute;
  right: 0;
  top: -50px;
  width: 227px;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .glanping_dome .spend_section .spend_title_wrapper::after {
    height: 113px;
    right: -20px;
    top: -25px;
    width: 113px;
  }
}
.glanping_dome .spend_section h2 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .glanping_dome .spend_section h2 {
    font-size: 22px;
    letter-spacing: 0.3em;
  }
}
.glanping_dome .spend_section .sub_title {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-top: 15px;
}
.glanping_dome .spend_section .swiper_container {
  margin-top: 60px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .glanping_dome .spend_section .swiper_container {
    overflow: visible;
    width: 100%;
  }
}
.glanping_dome .spend_section .spend_swiper {
  height: 100%;
  margin: 0 0 0 10%;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .glanping_dome .spend_section .spend_swiper {
    margin: 0 auto;
  }
}
.glanping_dome .spend_section .spend_swiper_wrapper {
  display: flex;
  gap: 0px;
  position: relative;
}
.glanping_dome .spend_section .swiper-slide {
  position: relative;
  width: 33.3333333333%;
}
@media screen and (max-width: 959px) {
  .glanping_dome .spend_section .swiper-slide {
    width: 100%;
  }
}
.glanping_dome .spend_section .swiper-slide .spend_image {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .glanping_dome .spend_section .swiper-slide .spend_image {
    aspect-ratio: 375/340;
  }
}
.glanping_dome .spend_section .swiper-slide .spend_image img {
  -o-object-fit: cover;
  -o-object-position: center;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.glanping_dome .spend_section .swiper-slide .info {
  border-left: 1px solid #d5d5d5;
  margin-top: 15px;
  padding: 15px 28px;
}
@media screen and (max-width: 959px) {
  .glanping_dome .spend_section .swiper-slide .info {
    border-left: none;
  }
}
.glanping_dome .spend_section .swiper-slide .info .time {
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.glanping_dome .spend_section .swiper-slide .info .title {
  align-items: center;
  display: flex;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .glanping_dome .spend_section .swiper-slide .info .title {
    font-size: 14px;
  }
}
.glanping_dome .spend_section .swiper-slide .info .title span {
  border: 1px solid #000000;
  font-size: 10px;
  margin-left: 8px;
  padding: 5px 5px;
}
.glanping_dome .spend_section .swiper-slide .info .text {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-top: 15px;
}
.glanping_dome .spend_section .swiper_button_wrapper {
  bottom: 100px;
  left: 3% !important;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .glanping_dome .spend_section .swiper_button_wrapper {
    bottom: -50px;
    left: 50% !important;
    transform: translateX(-50%);
  }
}
.glanping_dome .spend_section .swiper_button_wrapper .swiper-button {
  align-items: center;
  border-radius: 100%;
  display: flex;
  height: 60px;
  justify-content: center;
  width: 60px;
}
@media screen and (max-width: 959px) {
  .glanping_dome .spend_section .swiper_button_wrapper .swiper-button {
    bottom: -40px !important;
    height: 52px;
    width: 52px;
  }
}
.glanping_dome .spend_section .swiper_button_wrapper .swiper-button::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 9px;
  width: 9px;
}
.glanping_dome .spend_section .swiper_button_wrapper .spend-swiper-button-next {
  background-color: #e6d6ca;
  bottom: 0;
}
@media screen and (max-width: 959px) {
  .glanping_dome .spend_section .swiper_button_wrapper .spend-swiper-button-next {
    bottom: 0;
    left: 10px;
  }
}
.glanping_dome .spend_section .swiper_button_wrapper .spend-swiper-button-next::after {
  background-image: url(../image/swiper_btn_arrow_right.svg);
}
.glanping_dome .spend_section .swiper_button_wrapper .spend-swiper-button-prev {
  background-color: #f5f1ee;
  bottom: -65px;
}
@media screen and (max-width: 959px) {
  .glanping_dome .spend_section .swiper_button_wrapper .spend-swiper-button-prev {
    bottom: 0;
    left: -60px;
  }
}
.glanping_dome .spend_section .swiper_button_wrapper .spend-swiper-button-prev::after {
  background-image: url(../image/swiper_btn_arrow_left.svg);
}
.glanping_dome .room_section {
  background-color: #f0f0f0;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.glanping_dome .room_section .room_wrapper {
  aspect-ratio: 1280/600;
  background: url(../image/glanping_dome/room_image.jpg) no-repeat center center/cover;
  height: 100%;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .glanping_dome .room_section .room_wrapper {
    aspect-ratio: 375/360;
    background: url(../image/glanping_dome/room_image_sp.jpg) no-repeat center center/cover;
  }
}
@media screen and (max-width: 560px) {
  .glanping_dome .room_section .room_wrapper {
    aspect-ratio: 375/560;
    background: url(../image/glanping_dome/room_image_sp.jpg) no-repeat center center/cover;
  }
}
.glanping_dome .room_section .room_inner {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .glanping_dome .room_section .room_inner {
    padding: 60px 0 20px;
  }
}
.glanping_dome .room_section .room_inner h2 {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  left: 3%;
  letter-spacing: 0.1em;
  position: absolute;
  top: 100px;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 959px) {
  .glanping_dome .room_section .room_inner h2 {
    font-size: 12px;
    left: auto;
    position: relative;
    text-orientation: mixed;
    top: auto;
    writing-mode: horizontal-tb;
  }
}
.glanping_dome .room_section .room_inner h2 span {
  display: inline;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 0.2em;
  margin-top: 20px;
  text-orientation: sideways;
}
@media screen and (max-width: 959px) {
  .glanping_dome .room_section .room_inner h2 span {
    display: block;
    font-size: 12px;
    margin-top: 10px;
  }
}
.glanping_dome .room_section .room_inner .room_copy {
  color: #fff;
  left: 15%;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  .glanping_dome .room_section .room_inner .room_copy {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    left: auto;
    position: relative;
    right: auto;
    top: 100px;
    top: auto;
    transform: translateY(0);
  }
}
.glanping_dome .room_section .room_inner .room_copy .title {
  font-size: 26px;
  margin-bottom: 35px;
}
@media screen and (max-width: 959px) {
  .glanping_dome .room_section .room_inner .room_copy .title {
    font-size: 24px;
    letter-spacing: 0.35em;
    line-height: 2.5;
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 560px) {
  .glanping_dome .room_section .room_inner .room_copy .title {
    font-size: 18px;
    letter-spacing: 0.35em;
    line-height: 2.5;
    margin-bottom: 40px;
    margin-top: 50px;
  }
}
.glanping_dome .room_section .room_inner .room_copy .text {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.3em;
  line-height: 2.1;
}
@media screen and (max-width: 959px) {
  .glanping_dome .room_section .room_inner .room_copy .text {
    font-size: 16px;
    letter-spacing: 0.3em;
    line-height: 2.1;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 560px) {
  .glanping_dome .room_section .room_inner .room_copy .text {
    font-size: 12px;
    letter-spacing: 0.3em;
    line-height: 2.1;
    margin-bottom: 20px;
  }
}
.glanping_dome .amenity_section {
  background-color: #fdfcfc;
  height: 100%;
  position: relative;
  width: 100%;
}
.glanping_dome .amenity_section .amenity_wrapper {
  margin: 0 auto;
  padding: 100px 0;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .glanping_dome .amenity_section .amenity_wrapper {
    padding: 50px 0 0;
  }
}
.glanping_dome .amenity_section .amenity_flex {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .glanping_dome .amenity_section .amenity_flex {
    align-items: flex-start;
    flex-direction: column;
  }
}
.glanping_dome .amenity_section .title_wrap {
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.glanping_dome .amenity_section h2 {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: center;
}
.glanping_dome .amenity_section h2 span {
  display: block;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-top: 10px;
}
.glanping_dome .amenity_section .copy {
  font-size: 14px;
  text-align: center;
}
.glanping_dome .amenity_section .amenity_btn {
  margin: 0 auto;
  transition: 0.3s;
  width: 400px;
}
@media screen and (max-width: 959px) {
  .glanping_dome .amenity_section .amenity_btn {
    margin: 0 auto;
    width: 90%;
  }
}
.glanping_dome .amenity_section .amenity_btn:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.glanping_dome .feature_section {
  background-color: #f0f0f0;
  height: 100%;
  position: relative;
  width: 100%;
}
.glanping_dome .feature_section h2 {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  left: 3%;
  letter-spacing: 0.1em;
  position: absolute;
  top: 100px;
  white-space: nowrap;
  writing-mode: vertical-rl;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .glanping_dome .feature_section h2 {
    font-size: 12px;
    left: 0;
    position: absolute;
    right: 10px;
    top: 70px;
  }
}
.glanping_dome .feature_section h2 span {
  display: inline;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 0.2em;
  margin-top: 20px;
  text-orientation: sideways;
}
.glanping_dome .feature_section .feature_swiper {
  height: 100%;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .glanping_dome .feature_section .feature_swiper_wrapper {
    display: block !important;
    gap: 0;
  }
}
.glanping_dome .feature_section .feature_swiper_slide {
  align-items: flex-start;
  background-color: #f0f0f0;
  display: flex;
  gap: 80px;
  height: 100%;
  justify-content: flex-start;
  position: relative;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .glanping_dome .feature_section .feature_swiper_slide {
    flex-direction: column;
    gap: 0;
    margin-bottom: 50px;
  }
}
.glanping_dome .feature_section .feature_swiper_slide .feature_image {
  height: 100%;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 959px) {
  .glanping_dome .feature_section .feature_swiper_slide .feature_image {
    width: 100%;
  }
}
.glanping_dome .feature_section .feature_swiper_slide .feature_image img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.glanping_dome .feature_section .feature_swiper_slide .feature_text {
  height: 100%;
  padding-top: 230px;
  position: relative;
  width: 35%;
}
@media screen and (max-width: 959px) {
  .glanping_dome .feature_section .feature_swiper_slide .feature_text {
    margin: 0 auto;
    padding-top: 40px;
    width: 90%;
  }
}
.glanping_dome .feature_section .feature_swiper_slide .feature_text .slide_num {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 200;
  justify-content: center;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 75px;
}
@media screen and (max-width: 959px) {
  .glanping_dome .feature_section .feature_swiper_slide .feature_text .slide_num {
    margin-bottom: 30px;
  }
}
.glanping_dome .feature_section .feature_swiper_slide .feature_text .slide_num::after {
  background-color: #d5d5d5;
  content: "";
  height: 1px;
  width: 100%;
}
.glanping_dome .feature_section .feature_swiper_slide .feature_text .title {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .glanping_dome .feature_section .feature_swiper_slide .feature_text .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.glanping_dome .feature_section .feature_swiper_slide .feature_text .text {
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.glanping_dome .feature_section .feature-swiper-pagination {
  align-items: center;
  bottom: 50px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  position: absolute;
  right: 20% !important;
  z-index: 10;
}
.glanping_dome .feature_section .feature-swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #d5d5d5;
  border-radius: 50%;
  height: 10px;
  opacity: 1;
  width: 10px;
}
.glanping_dome .feature_section .swiper-pagination-bullet-active {
  background-color: #36454d;
  border: 1px solid transparent;
}
.glanping_dome .information_section {
  background-color: #f0f0f0;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.glanping_dome .information_section .information_wrapper {
  height: 100%;
  margin: 0 auto;
  padding: 100px 0;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .glanping_dome .information_section .information_wrapper {
    padding-bottom: 50px;
  }
}
.glanping_dome .information_section .information_wrapper .information_flex {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .glanping_dome .information_section .information_wrapper .information_flex {
    flex-direction: column;
  }
}
.glanping_dome .information_section .information_wrapper .information_flex .title_wrap {
  width: 30%;
}
@media screen and (max-width: 959px) {
  .glanping_dome .information_section .information_wrapper .information_flex .title_wrap {
    margin-bottom: 40px;
    width: 100%;
  }
}
.glanping_dome .information_section .information_wrapper .information_flex .title_wrap h2 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .glanping_dome .information_section .information_wrapper .information_flex .title_wrap h2 {
    font-size: 34px;
  }
}
.glanping_dome .information_section .information_wrapper .information_flex .title_wrap p {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.glanping_dome .information_section .information_wrapper .information_flex .information_list {
  width: 70%;
}
@media screen and (max-width: 959px) {
  .glanping_dome .information_section .information_wrapper .information_flex .information_list {
    width: 100%;
  }
}
.glanping_dome .information_section .information_wrapper .information_flex .information_list .information_list_item {
  align-items: center;
  border-top: 1px solid #9f9f9f;
  display: flex;
  justify-content: flex-start;
  padding: 30px 0;
}
@media screen and (max-width: 959px) {
  .glanping_dome .information_section .information_wrapper .information_flex .information_list .information_list_item {
    align-items: flex-start;
  }
}
.glanping_dome .information_section .information_wrapper .information_flex .information_list .information_list_item dt {
  font-size: 14px;
  padding-left: 40px;
  width: 160px;
}
@media screen and (max-width: 959px) {
  .glanping_dome .information_section .information_wrapper .information_flex .information_list .information_list_item dt {
    flex-shrink: 0;
    margin-right: 20px;
    padding-left: 0;
    width: 200px;
  }
}
@media screen and (max-width: 560px) {
  .glanping_dome .information_section .information_wrapper .information_flex .information_list .information_list_item dt {
    flex-shrink: 0;
    margin-right: 20px;
    padding-left: 0;
    width: 100px;
  }
}
.glanping_dome .information_section .information_wrapper .information_flex .information_list .information_list_item dd {
  font-size: 14px;
  width: calc(100% - 100px);
}
@media screen and (max-width: 959px) {
  .glanping_dome .information_section .information_wrapper .information_flex .information_list .information_list_item dd {
    width: 100%;
  }
}
.glanping_dome .information_section .information_wrapper .information_flex .information_list .information_list_item .items {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 959px) {
  .glanping_dome .information_section .information_wrapper .information_flex .information_list .information_list_item .items {
    align-items: flex-start;
    flex-direction: column;
  }
}
.glanping_dome .information_section .information_wrapper .information_flex .information_list .information_list_item .items .item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 10px;
}
@media screen and (max-width: 959px) {
  .glanping_dome .information_section .information_wrapper .information_flex .information_list .information_list_item .items .item {
    flex-direction: row;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.glanping_dome .information_section .information_wrapper .information_flex .information_list .information_list_item .items .item .room_size_title {
  background-color: #36454d;
  color: #fff;
  font-size: 12px;
  margin-bottom: 5px;
  padding: 2px 5px;
}
@media screen and (max-width: 959px) {
  .glanping_dome .information_section .information_wrapper .information_flex .information_list .information_list_item .items .item .room_size_title {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.glanping_dome .information_section .information_wrapper .information_flex .information_list .information_list_item .items .item .room_size {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .glanping_dome .information_section .information_wrapper .information_flex .information_list .information_list_item .items .item .room_size {
    font-size: 12px;
  }
}
.glanping_dome .information_section .information_wrapper .information_flex .information_list .information_list_item .note {
  font-size: 10px;
  margin-top: 10px;
}
.glanping_dome .information_section .information_wrapper .information_flex .information_list .information_list_item:last-child {
  border-bottom: 1px solid #9f9f9f;
}
/*# sourceMappingURL=sourcemaps/glanping_dome.css.map */