@charset "UTF-8";
.fontColor_red {
  color: #f05;
}
.contents_area {
  padding: 0 0 150px;
}
.summary_text_wrap,
.part_line_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 55px;
  padding: 0 0 55px;
  border-bottom: 1px solid #000;
}
.summary_text_wrap {
  font-size: 18px;
  line-height: 26px;
}
.point_box {
  width: calc(100% - 87px);
  max-width: 1128px;
  margin: 0 auto;
  padding: 40px 35px 35px 50px;
  border: 1px solid #e5e5e5;
}
.point_box .title {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
.point_box.icon_exist:after {
  content: '';
  display: block;
  clear: both;
}
.point_box.icon_exist .icon {
  display: block;
  position: relative;
  float: left;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #f5f5f5;
}
.point_box.icon_exist .icon:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.point_box.icon_exist .icon.default:before {
  width: 18px;
  height: 20px;
  background-image: url(../images/contents/default_icon.png);
}
.point_box.icon_exist .icon svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 18px;
  transform: translate(-50%, -50%);
}
.point_box.icon_exist .text {
  display: block;
  float: left;
  width: calc(100% - 100px - 40px);
  margin: 0 0 0 40px;
}
.point_box .text .point_title {
  display: block;
  margin: 0 0 20px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
.bg_point_box {
  margin: 10px 0;
  padding: 15px 20px;
  background: #fafafa;
}
* + .point_box {
  margin: 40px 0;
}
.information_box {
  margin: 0 auto 60px;
  padding: 59px;
  border: 1px solid #000;
  color: #000;
}
.information_box .information_box_title {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
}
.information_box .information_box_title span {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 19px;
  background: #000;
  border-radius: 100%;
}
.information_box .information_box_title span svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 41px;
  height: 44px;
  transform: translate(-50%, -50%);
  fill: #fff;
}
.main_title {
  display: block;
  margin: 80px 0 30px;
  color: #000;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}
.sub_title {
  display: block;
  margin: 40px 0 30px;
  color: #000;
  font-size: 18px;
  line-height: 26px;
}
.title + .ul {
  margin: 30px 0 0;
}
* + h6 {
  margin: 20px 0 10px;
}
.ul li {
  display: block;
  position: relative;
  margin: 0 0 8px;
  padding: 0 0 0 20px;
}
.ul li:before {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 2px;
  background: #666;
}
.ul li ul {
  margin: 5px 0 15px;
}
.ul li li {
  padding: 0 0 0 14px;
}
.ul li li::before {
  width: 3px;
  height: 3px;
  border-radius: 2px;
}
.ul.no_bullet li {
  padding: 0;
}
.ul.no_bullet li:before {
  display: none;
}
.ul.no_bullet li .title {
  color: #000;
  font-weight: 500;
}
.ul.no_bullet li .title + p {
  margin: 5px 0 10px 15px;
}
.ul.no_bullet li.title_fixed {
  padding: 0 0 0 85px;
}
.ul .title_fixed {
  padding: 0 0 0 85px;
}
.ul .title_fixed .title {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  color: #000;
}
.ul .second_ul li {
  position: relative;
  padding: 0 0 0 17px;
}
.ul .second_ul li:before {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #969696;
  border-radius: 100%;
}
.flow {
  width: calc(100% + 50px);
  margin: 0 0 0 -50px;
  font-size: 0;
}
.flow li {
  display: inline-block;
  position: relative;
  padding: 0 0 0 50px;
  font-size: 16px;
  vertical-align: top;
  box-sizing: content-box;
}
.flow li svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 19px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
}
.flow.fiveElement li {
  width: calc(20% - 50px);
}
.flow .flow_text_area {
  padding: 35px 0;
  border: 1px solid #e5e5e5;
  text-align: center;
}
.contents_imageView {
  position: relative;
}
.contents_imageView .zoom {
  display: none;
  position: absolute;
  right: 15px;
  bottom: 15px;
  opacity: 0.5;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  transition: all 0.3s;
}
.contents_imageView .zoom:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  background: url(../images/contents/development_icon_bg.svg) no-repeat 0 -249px;
  background-size: 100% auto;
  transform: translate(-50%, -50%);
}
.contents_imageView .zoom span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}
.contents_imageView .zoom:hover {
  opacity: 1;
}
.caution_text {
  position: relative;
  padding: 0 0 0 20px;
  color: #ee425e;
  font-size: 16px;
  line-height: 18px;
}
.caution_text svg {
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  fill: #ee425e;
}
.link {
  display: inline-block;
}
.link svg {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 6px 0 0 10px;
  vertical-align: top;
}
.privacy .ul + * {
  margin-top: 30px;
}
.ol li {
  display: block;
  margin: 0 0 8px;
}
.table {
  width: 100%;
  border-top: 1px solid #000;
}
.table thead {
  border-bottom: 1px solid #000;
}
.table thead th {
  padding: 15px 10px;
  background: #fafafa;
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  color: #000;
  font-weight: 400;
}
.table thead th.first {
  border-left: none;
}
.table thead tr:first-child th {
  border-top: none;
}
.table tbody th {
  padding: 15px 10px;
  color: #333;
  font-weight: 400;
  text-align: center;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.table tbody th.first {
  border-left: none;
}
.table tbody td {
  padding: 15px 10px;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.table tbody td.first {
  border-left: none;
}
.table.form_table tbody th {
  padding: 21px 0;
  color: #000;
  text-align: left;
  vertical-align: top;
}
.table.form_table tbody td {
  border-left: none;
}
.table .mobile_th {
  display: none;
}
.button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
}
.button:before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: all 0.3s;
}
.button svg {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 4px 0 0 5px;
  vertical-align: top;
}
.button:hover:before {
  width: 100%;
}
a.contents_button,
button.contents_button {
  display: inline-block;
  padding: 20px 70px;
  background: #000;
  color: #fff;
}
.text_align_center {
  text-align: center;
}
.text_align_left {
  text-align: left !important;
}
.text_align_right {
  text-align: right;
}
.text_align_justify:after {
  content: '';
  display: block;
  clear: both;
}
.text_align_justify > * {
  display: inline-block;
  float: left;
}
.fontColor_red {
  color: #f05;
}
.fontColor_black {
  color: #111;
}
.fontSize_18 {
  font-size: 18px;
  line-height: 20px;
}
.marginTop_7 {
  margin-top: 7px;
}
.marginTop_15 {
  margin-top: 15px;
}
.marginTop_20 {
  margin-top: 20px;
}
.marginTop_25 {
  margin-top: 25px;
}
.marginTop_55 {
  margin-top: 55px;
}
.marginLeft_10 {
  margin-left: 10px;
}
.marginLeft_25 {
  margin-left: 25px;
}
.marginLeft_95 {
  margin-left: 95px;
}
.marginBottom_20 {
  margin-bottom: 20px;
}
.marginBottom_60 {
  margin-bottom: 60px;
}
.width200px {
  width: 200px;
}
.contents_area h5 {
  margin: 0 0 45px;
  color: #000;
  font-size: 28px;
  line-height: 30px;
}
.contents_area h5 .heading_information {
  display: inline-block;
  margin: 0 0 0 30px;
  color: #a4a4a4;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  vertical-align: bottom;
}
.contents_area h5 .heading_information svg {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 1px 7px 0 0;
  fill: #989898;
  vertical-align: top;
}
.contents_area * + h5 {
  margin: 55px 0 45px;
}
.content788 .sub_header.default_page {
  padding: 125px 0;
  background: url(../images/contents/privacy_img.jpg) no-repeat 0 0;
  background-size: cover;
}
.content788 .content_title {
  color: #fff;
  font-size: 48px;
  line-height: 50px;
}
.privacy {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
.privacy p {
  margin: 10px 0;
}
.content789 .sub_header.default_page {
  padding: 125px 0;
  background: url(../images/contents/emailRejectCollection_img.jpg) no-repeat right 0;
  background-size: cover;
}
.content789 .content_title {
  color: #fff;
  font-size: 48px;
  line-height: 50px;
}
.reject_collection_email {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 110px 0;
}
.reject_collection_email .point_title {
  display: block;
  margin: 0 0 60px;
  color: #000;
  font-family: Georgia;
  font-size: 60px;
  font-weight: bold;
  line-height: 62px;
}
.hall_slide {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  max-width: 1760px;
  height: auto;
  margin: 0 auto;
}
.hall_slide .slide_list {
  display: flex;
  width: 100%;
  height: 100%;
}
.hall_slide .slide_list .list_item {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.hall_slide .slide_button {
  display: block;
  position: absolute;
  top: 50%;
  left: 80px;
  right: 80px;
  z-index: 999;
  height: 0;
}
.hall_slide .slide_button .previous,
.hall_slide .slide_button .next {
  display: block;
  position: absolute;
  width: 36px;
  height: 72px;
  top: 50%;
  transform: translateY(-50%);
}
.hall_slide .slide_button .previous span,
.hall_slide .slide_button .next span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}
.hall_slide .slide_button .previous svg,
.hall_slide .slide_button .next svg {
  width: 36px;
  height: 72px;
  fill: #fff;
}
.hall_slide .slide_button .previous {
  left: 0;
}
.hall_slide .slide_button .next {
  right: 0;
}
.hall_slide .slide_dot {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 1000;
  font-size: 0;
  transform: translateX(-50%);
}
.hall_slide .slide_dot li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 10px;
}
.hall_slide .slide_dot button {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.hall_slide .slide_dot button:before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}
.hall_slide .slide_dot button span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}
.hall_slide .slide_dot .slick-active button:before {
  height: 20px;
}
.hall_information {
  position: relative;
  width: 100%;
  /*max-width:1200px;*/
  margin: 0 auto;
}
.hall_information .hall_overview {
  font-size: 0;
  vertical-align: top;
}
.hall_information .hall_overview .hall_name {
  display: inline-block;
  margin: -60px 0 0;
  padding: 190px 30px 20px 85px;
  background: #000;
  color: #fff;
  font-family: Georgia;
  font-size: 60px;
  font-weight: bold;
  line-height: 70px;
  vertical-align: top;
}
.hall_information .hall_overview ul {
  display: inline-block;
  margin: 115px 0 0 40px;
  font-size: 0;
}
.hall_information .hall_overview ul li {
  display: block;
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0 60px;
  font-size: 16px;
  line-height: 18px;
}
.hall_information .hall_overview ul li span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 30px 0 0;
  color: #000;
  font-weight: 500;
}
.hall_information .hall_overview ul li ul {
  display: block;
  width: 100%;
  margin: 5px 0 15px;
}
.hall_information .hall_overview ul li li {
  margin: 5px 0 0;
  padding: 0;
}
.hall_information .hall_overview ul li li li {
  padding: 0 0 0 8px;
}
.hall_information .hall_overview ul li li li::before {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #666;
  border-radius: 50%;
}
.hall_information .hall_post {
  margin: 65px 0 0;
}
.facility .slide_list {
  width: calc(100% + 50px);
  margin: 0 0 0 -50px;
  font-size: 0;
}
.facility .slide_list:after {
  content: '';
  display: block;
  clear: both;
}
.facility .slide_list .list_item {
  display: block;
  float: left;
  width: calc(33.333333% - 50px);
  margin: 0 0 0 50px;
}
.facility .slide_list img {
  width: 100%;
  height: auto;
}
.facility .slide_list .facility_name {
  display: block;
  margin: 17px 0 0;
  color: #808080;
  font-size: 16px;
  text-align: center;
}
.floorPlan_wrap {
  position: relative;
  max-width: 1420px;
  margin: 0 auto 55px;
  border-bottom: none;
}
.floorPlan_wrap:before {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  max-width: 1200px;
  height: 1px;
  background: #000;
  transform: translateX(-50%);
}
.floorPlan_wrap .main_title {
  max-width: 1200px;
  margin: 80px auto 30px;
}
.floorPlan_wrap .floorPlan_text {
  max-width: 1200px;
  margin: 0 auto;
}
.floorPlan_wrap .floor_plan {
  font-size: 0;
  text-align: center;
}
.floorPlan_wrap .floor_plan .contents_imageView {
  display: inline-block;
  width: 84%;
}
.floorPlan_wrap .floor_plan .contents_imageView.floor_img1 {
  text-align: left;
}
.floorPlan_wrap .floor_plan .contents_imageView.floor_img2 {
  text-align: right;
}
.floorPlan_wrap .floor_plan .contents_imageView img {
  width: auto;
}
.vr_area {
  width: 100%;
  max-width: 100%;
  padding: 0 0 150px;
}
.vr_area .main_title {
  max-width: 1200px;
  margin: 80px auto 30px;
}
.vr_area .iframe_wrap {
  width: 100%;
  height: 830px;
  background: #000;
}
.vr_area .iframe_wrap .mobile_vr_link {
  display: none;
}
.vr_area .iframe_wrap iframe {
  width: 100%;
  height: 100%;
}
.organ {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.organ .org_visual {
  margin: 0 0 70px;
}
.organ .org_visual ol {
  display: flex;
  position: relative;
  width: calc(100% - 30px);
  max-width: 640px;
  margin: 0 auto;
}
.organ .org_visual ol::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 1px;
  background: #000;
  transform: translate(-50%);
}
.organ .org_visual li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 calc(50% - 80px);
  width: calc(50% - 80px);
  max-width: 240px;
  height: 240px;
  margin: 0 0 0 80px;
  background: #000;
  border: 1px solid #000;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}
.organ .org_visual li:first-child {
  margin: 0 80px 0 0;
  background: #fff;
  color: #000;
}
.map_text {
  padding: 20px;
  color: #000;
  font-family: NanumS;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}
.map {
  width: 100%;
  max-width: 1760px;
  height: 660px;
  margin: 0 auto 70px;
}
.map_detail {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #666;
  font-size: 0;
}
.map_detail .title {
  display: block;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 19px;
}
.map_detail .text,
.map_detail .app_link {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}
.map_detail .contact {
  display: block;
  width: 100%;
  margin: 0;
  padding: 1px 0;
  font-size: 16px;
  line-height: 18px;
}
.map_detail .text {
  width: calc(100% - 300px);
  margin: 0;
}
.map_detail .text .title {
  margin: 0 0 30px;
  font-family: PP;
}
.map_detail .text .addr {
  display: block;
  margin: 0 0 20px;
  color: #000;
  font-size: 44px;
  line-height: 46px;
}
.map_detail .fontColor_red {
  font-size: 16px;
  line-height: 20px;
}
.map_detail .app_link {
  width: 300px;
  margin: 55px 0 0;
  font-size: 0;
  text-align: right;
}
.map_detail .app_link li {
  display: inline-block;
  margin: 0 0 0 25px;
  text-align: center;
}
.map_detail .app_link li:first-child {
  margin: 0;
}
.map_detail .app_link li a {
  color: #808080;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}
.map_detail .app_link li a:before {
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.map_detail .app_link li a.link1:before {
  background-image: url(../images/contents/map_icon1.png);
}
.map_detail .app_link li a.link2:before {
  background-image: url(../images/contents/map_icon2.png);
}
.map_detail .app_link li a.link3:before {
  background-image: url(../images/contents/map_icon3.png);
}
.map_detail .app_link li a.link4:before {
  background-image: url(../images/contents/map_icon4.png);
}
.map_detail .app_link li a.link1,
.map_detail .app_link li a.link2 {
  display: none;
}
.map_detail .contact {
  font-size: 0;
}
.map_detail .contact .title {
  margin: 55px 0 15px;
}
.map_detail .contact li {
  display: inline-block;
  margin: 0 40px 0 0;
  font-size: 16px;
}
.map_detail .contact .ul li {
  display: block;
  margin: 0 0 13px;
}
.map_detail .contact .ul li:before {
  top: 8px;
}
.greetings {
  position: relative;
  overflow: hidden;
  min-height: 595px;
  padding: 0 0 217px;
}
.greetings:before {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  max-width: 1760px;
  height: 475px;
  background: url(../images/contents/greet_bg.png) no-repeat 50%;
  opacity: 0.03;
  transform: translateX(-50%);
}
.greetings .text_inner_wrap {
  position: relative;
  width: calc(100% - 300px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 0px 0;
  color: #000;
}
.greetings .eng_text {
  display: block;
  margin: 0 0 100px;
  font-family: Georgia;
  font-size: 60px;
  font-weight: bold;
  line-height: 70px;
}
.greetings strong {
  display: block;
  max-width: 860px;
  margin: 0 0 50px;
  font-size: 22px;
  line-height: 24px;
}
.greetings p {
  max-width: 860px;
  margin: 0 0 40px;
  font-size: 18px;
  line-height: 32px;
}
.greetings .signature {
  position: relative;
  margin: 80px 0 0 905px;
  padding: 195px 0 15px 35px;
  border-left: 1px solid #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
.greetings .signature p {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
.information_use {
  position: relative;
  width: 100%;
  max-width: 1760px;
  min-height: 895px;
  margin: 0 auto;
}
.information_use:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 680px;
  height: 895px;
  background: url(../images/contents/infor_img.jpg) no-repeat 0 0;
}
.information_use .text_inner_wrap {
  margin: 0 0 0 800px;
  padding: 90px 0 0;
}
.information_use .point_text {
  display: block;
  margin: 0 0 65px;
}
.information_use .point_text .img_text {
  width: 315px;
  height: 60px;
  background: url(../images/contents/infor_text.svg) no-repeat;
  background-size: 100% auto;
  font-size: 0;
}
.information_use .point_text .text {
  display: block;
  margin: 10px 0 0;
  color: #000;
  font-family: Georgia;
  font-size: 60px;
  font-weight: bold;
  line-height: 62px;
}
.information_use p {
  margin: 0 0 65px;
  color: #666;
}
.information_use .center_point {
  margin: 0 0 90px;
  padding: 0 0 0 25px;
  border-left: 2px solid #000;
}
.information_use .center_point li {
  display: block;
  margin: 10px 0 0;
  color: #000;
  font-weight: 500;
}
.information_use .center_point li:first-child {
  margin: 0;
}
.information_use .part_title {
  display: block;
  margin: 0 0 20px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
.information_use .table + .part_title {
  margin: 60px 0 20px;
}
.information_use .center_information {
  margin: 0 0 60px;
}
.information_use .title {
  position: relative;
  margin: 0 0 5px;
  padding: 0 0 0 85px;
  color: #000;
  font-size: 16px;
  /*&.time span{top:13px;}*/
}
.information_use .title span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  color: #666;
}
.information_use .title .time {
  font-family: Georgia;
  font-size: 36px;
  line-height: 38px;
  vertical-align: bottom;
}
.information_use .title .day {
  color: #666;
  vertical-align: bottom;
}
.rental {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.rental .content_slide_text {
  margin: 50px 0 0;
}
.rental .content_slide_text:after {
  content: '';
  display: block;
  clear: both;
}
.rental .content_slide_text .floor_title {
  display: block;
  width: 100%;
  margin: 0 0 25px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
.rental .content_slide_text .image_area,
.rental .content_slide_text .text_area {
  display: block;
  float: left;
}
.rental .content_slide_text .image_area {
  position: relative;
  width: 450px;
  height: 300px;
  overflow: hidden;
}
.rental .content_slide_text .image_area .slide_count {
  display: block;
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
}
.rental .content_slide_text .image_area .slide_arrows {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  height: 0;
}
.rental .content_slide_text .image_area .slide_arrows button {
  display: block;
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  border: none;
}
.rental .content_slide_text .image_area .slide_arrows button svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: #fff;
}
.rental .content_slide_text .image_area .slide_arrows button span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}
.rental .content_slide_text .image_area .slide_arrows button.previous {
  left: 0;
}
.rental .content_slide_text .image_area .slide_arrows button.next {
  right: 0;
}
.rental .content_slide_text .text_area {
  width: calc(100% - 520px);
  margin: 10px 0 0 60px;
}
.rental .content_slide_text .text_area p {
  margin: 0 0 35px;
  color: #666;
}
.rental .content_slide_text .text_area .space_info_list {
  margin: 0 0 30px;
}
.rental .content_slide_text .text_area .space_info_list li {
  position: relative;
  margin: 0 0 7px;
  padding: 0 0 0 60px;
  color: #333;
}
.rental .content_slide_text .text_area .space_info_list li span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  font-weight: 500;
}
.rental .content_slide_text .text_area .floor_open {
  display: block;
  width: 200px;
  padding: 20px;
  background: #000;
  border: none;
  color: #fff;
  text-align: center;
}
.rental .floor_layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 150px);
  overflow: hidden;
  padding: 150px 0 0;
  background: #fff;
}
.rental .floor_layer.active {
  display: block;
  z-index: 100;
}
.rental .floor_layer .floor_close {
  display: block;
  position: absolute;
  top: 100px;
  left: 50%;
  width: 46px;
  height: 46px;
  background: #000;
  border-radius: 100%;
  transform: translateX(-50%);
}
.rental .floor_layer .floor_close svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  fill: #fff;
  transform: translate(-50%, -50%);
}
.rental .floor_layer .floor_close span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}
.rental .floor_layer .floor_slide {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
.rental .floor_layer .floor_slide .slide_list {
  width: calc(100% - 320px);
  height: 100%;
  margin: 0 160px;
}
.rental .floor_layer .floor_slide .slick-list,
.rental .floor_layer .floor_slide .slick-track,
.rental .floor_layer .floor_slide .slick-slide,
.rental .floor_layer .floor_slide .slick-slide > div,
.rental .floor_layer .floor_slide .list_item {
  height: 100%;
}
.rental .floor_layer .floor_slide .floor_title {
  display: block;
  margin: 15px 0 50px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}
.rental .floor_layer .floor_slide img {
  display: inline-block;
  width: auto;
  height: calc(100% - 85px);
  max-width: 100%;
  min-width: inherit;
  max-height: calc(100% - 85px);
  min-height: inherit;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.rental .floor_layer .floor_slide .slide_arrows {
  display: block;
  position: absolute;
  top: 50%;
  left: 80px;
  right: 80px;
  width: calc(100% - 160px);
  height: 0;
}
.rental .floor_layer .floor_slide .slide_arrows button {
  display: block;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 72px;
  transform: translateY(-50%);
}
.rental .floor_layer .floor_slide .slide_arrows button svg {
  display: block;
  width: 100%;
  height: 72px;
}
.rental .floor_layer .floor_slide .slide_arrows button span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}
.rental .floor_layer .floor_slide .slide_arrows .previous {
  left: 0;
}
.rental .floor_layer .floor_slide .slide_arrows .next {
  right: 0;
}
/*.contentArea{
  [data-content-animation]{opacity:0;transform:translateY(150px);transition:opacity 1.5s ease, transform 1.5s ease;
    &.target-show{opacity:1;transform:translateY(0);}
  }
}*/
.content_preparing {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  padding: 90px 15px 140px;
  background: #353232;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}
.content_preparing::before,
.content_preparing::after {
  display: block;
  position: absolute;
  z-index: 0;
}
.content_preparing::before {
  top: -275px;
  left: -295px;
  width: 570px;
  height: 540px;
  opacity: 0.4;
  background: radial-gradient(rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.4) 5%, rgba(255, 255, 255, 0) 70%);
}
.content_preparing::after {
  top: 0;
  left: 26.666667%;
  opacity: 0.5;
  width: 1200px;
  height: 770px;
  background: linear-gradient(50deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 40%);
  transform: rotate(125deg);
}
.content_preparing * {
  position: relative;
  z-index: 1;
}
.content_preparing .icon {
  display: block;
  width: 147px;
  height: 135px;
  margin: 0 auto 40px;
  background: url(../images/contents/icon_preparing.png) no-repeat 0 0;
  background-size: 100% auto;
}
.content_preparing .title {
  display: block;
  margin: 0 0 38px;
  font-size: 50px;
  font-weight: 800;
  line-height: 52px;
}
.content_preparing .text {
  font-size: 20px;
  line-height: 26px;
}
@media screen and (max-width: 1600px) {
  .map_detail {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
  .greetings .text_inner_wrap {
    width: calc(100% - 60px);
    max-width: inherit;
    margin: 0 30px;
  }
  .hall_information .hall_post {
    max-width: 1600px;
  }
}
@media screen and (max-width: 1300px) {
  .information_use:before {
    width: 590px;
  }
  .information_use .text_inner_wrap {
    margin: 0 0 0 640px;
    padding: 50px 0 0;
  }
  .information_use .text_inner_wrap br {
    display: none;
  }
  .organ {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}
@media all and (max-width: 1250px) {
  .content_preparing {
    width: auto;
    margin: 0 25px;
  }
}
@media screen and (max-width: 1200px) {
  .contents_area h5 {
    margin: 0 30px 45px;
  }
  .contents_area * + h5 {
    margin: 55px 30px 45px;
  }
  .table {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
  .privacy,
  .reject_collection_email {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
  .reject_collection_email > p {
    margin: 0 0 20px;
  }
  .summary_text_wrap,
  .part_line_box {
    width: calc(100% - 60px);
    margin: 0 30px 55px;
  }
  .point_box {
    width: calc(100% - 147px);
    margin: 0 30px 20px;
  }
  .part_line_box .point_box {
    width: calc(100% - 87px);
    margin: 0 0 20px;
  }
  .flow {
    width: calc(100% + 50px - 60px);
    margin: 0 30px 0 -20px;
  }
  .greetings .signature {
    margin: 80px 0 0 calc(100% - 205px);
  }
  .facility .slide_list {
    width: calc(100% + 15px);
    margin: 0 0 0 -15px;
  }
  .facility .slide_list .list_item {
    width: calc(33.333333% - 15px);
    margin: 0 0 0 15px;
  }
  .vr_area .main_title {
    width: calc(100% - 60px);
    margin: 80px 30px 30px;
  }
}
@media screen and (max-width: 1150px) {
  .information_use .text_inner_wrap {
    position: relative;
    width: calc(100% - 640px);
  }
  .information_use .point_text {
    width: 100%;
  }
  .information_use .point_text .img_text {
    width: 100%;
    max-width: 315px;
  }
  .information_use .point_text .text {
    font-size: 46px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .table {
    width: 100%;
    margin: 0;
  }
  .contents_imageView .zoom {
    display: block;
  }
  .content788 .sub_header.default_page,
  .content789 .sub_header.default_page {
    padding: 70px 0;
  }
  .reject_collection_email {
    padding: 80px 0;
  }
  .reject_collection_email .point_title {
    margin: 0 0 40px;
    font-size: 32px;
    line-height: 34px;
  }
  .reject_collection_email .point_box {
    width: calc(100% - 87px);
    margin: 40px 0 0;
  }
  .information_use {
    height: auto;
    padding: 1px 0;
  }
  .information_use:before {
    position: static;
    width: 100%;
    height: 540px;
    background-position: 0 -130px;
    background-size: cover;
  }
  .information_use .text_inner_wrap {
    width: 100%;
    margin: 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
  }
  .information_use .point_text .img_text {
    height: 36px;
    background-size: auto 100%;
  }
  .information_use .point_text .text {
    font-size: 24px;
    line-height: 26px;
  }
  .vr_area .iframe_wrap {
    height: 500px;
  }
  .content_preparing .title {
    font-size: 24px;
    line-height: 26px;
  }
  .content_preparing .text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 800px) {
  .contents_area h5 {
    margin: 0 20px 45px;
  }
  .contents_area * + h5 {
    margin: 55px 20px 45px;
  }
  .table {
    border-bottom: 1px solid #ccc;
  }
  .table thead {
    display: none;
  }
  .table .text_align_right {
    text-align: left;
  }
  .table tbody th {
    width: 100% !important;
    padding: 15px !important;
    background: rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
  }
  .table tbody td {
    position: relative;
    padding: 10px 15px;
    border-left: none;
    border-bottom: none;
  }
  .table tbody .mobile_th {
    display: block;
    color: #444;
    font-weight: 600;
  }
  .main_title {
    font-size: 22px;
    line-height: 30px;
  }
  .part_line_box {
    width: calc(100% - 40px);
    margin: 0 20px 40px;
    padding: 0 0 30px;
  }
  .summary_text_wrap {
    width: calc(100% - 40px);
    margin: 0 20px 40px;
    padding: 0 0 30px;
    font-size: 16px;
    line-height: 24px;
  }
  .point_box {
    width: calc(100% - 127px);
    margin: 0 20px 20px;
  }
  .map {
    height: 400px;
  }
  .map_detail .app_link li a.link1,
  .map_detail .app_link li a.link2 {
    display: inline-block;
  }
  .map_detail .text .addr {
    font-size: 24px;
    line-height: 26px;
  }
  .rental .content_slide_text .image_area {
    float: none;
    width: 100%;
    max-width: 450px;
    height: auto;
    margin: 0 auto;
  }
  .rental .content_slide_text .text_area {
    float: none;
    width: 100%;
    margin: 20px 0 0;
  }
  .rental .content_slide_text .text_area .floor_open {
    margin: 0 auto;
  }
  .flow {
    width: calc(100% + 50px - 40px);
    margin: 0 20px 0 -30px;
  }
  .flow.fiveElement li {
    width: calc(33.333333% - 50px);
    margin: 0 0 20px;
  }
  .flow.fiveElement li:nth-child(4) svg {
    display: none;
  }
  .flow .flow_text_area {
    padding: 20px 0;
  }
  .rental .marginLeft_95 {
    margin-left: 20px;
  }
}
@media screen and (max-width: 700px) {
  .content788 .sub_header.default_page,
  .content789 .sub_header.default_page {
    margin: 10px auto 0;
    padding: 50px 0;
  }
  .contents_area {
    padding: 0;
  }
  .contents_area h5 {
    font-size: 18px;
    line-height: 20px;
  }
  .map_detail .text {
    width: 100%;
    margin: 0 0 20px;
  }
  .map_detail .app_link {
    margin: 25px 0 0;
  }
  .greetings {
    padding: 0 0 87px;
  }
  .greetings:before {
    height: 200px;
    background-size: auto 100%;
  }
  .greetings .text_inner_wrap {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  .greetings .eng_text {
    margin: 0 0 50px;
    font-size: 30px;
    line-height: 36px;
  }
  .greetings strong {
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 20px;
  }
  .greetings p {
    font-size: 16px;
    line-height: 28px;
  }
  .greetings p br {
    display: none;
  }
  .greetings .signature {
    padding: 45px 0 15px 35px;
  }
  .organ .org_visual ol {
    width: 100%;
    max-width: 300px;
  }
  .organ .org_visual li {
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    max-width: 130px;
    height: 130px;
    margin: 0 0 0 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .organ .org_visual li:first-child {
    margin: 0 20px 0 0;
  }
  .information_use .point_text {
    margin: 0 0 30px;
  }
  .information_use .point_text .img_text {
    max-width: 160px;
    height: 30px;
  }
  .information_use .point_text .text {
    font-size: 26px;
    line-height: 28px;
  }
  .information_use p {
    margin: 0 0 30px;
  }
  .information_use .center_point {
    margin: 0 0 30px;
  }
  .information_use .center_point li {
    margin: 5px 0 0;
  }
  .information_use .center_point li:first-child {
    margin: 0;
  }
  .information_use .part_title {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 18px;
  }
  .rental .text_align_justify > * {
    display: block;
    float: none;
  }
  .rental .marginLeft_95 {
    margin: 10px 0 0;
    font-size: 16px;
  }
  .privacy {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 50px 0;
  }
  .privacy .summary_text_wrap {
    display: none;
    width: 100%;
    margin: 0 0 40px;
  }
  .reject_collection_email {
    padding: 50px 0;
  }
  .reject_collection_email .point_title {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 20px;
  }
  .information_box .information_box_title {
    font-size: 18px;
    line-height: 20px;
  }
  .content_preparing::after {
    left: 1%;
  }
  .content_preparing .icon {
    width: 76px;
    height: 70px;
  }
}
@media screen and (max-width: 660px) {
  .point_box.icon_exist {
    width: calc(100% - 52px);
    padding: 30px 20px 25px 30px;
  }
  .point_box.icon_exist .icon {
    width: 50px;
    height: 50px;
  }
  .point_box.icon_exist .icon svg {
    width: 12px;
    height: 14px;
  }
  .point_box .point_title {
    font-size: 15px;
    line-height: 19px;
  }
  .part_line_box .point_box.icon_exist {
    width: calc(100% - 52px);
    padding: 30px 20px 25px 30px;
  }
  .part_line_box .point_box.icon_exist .icon {
    width: 50px;
    height: 50px;
  }
  .part_line_box .point_box.icon_exist .icon svg {
    width: 12px;
    height: 14px;
  }
  .part_line_box .point_box .point_title {
    font-size: 15px;
    line-height: 19px;
  }
}
@media screen and (max-width: 570px) {
  .information_use:before {
    height: 220px;
    background-position: 0 -70px;
  }
  .hall_slide .slide_button {
    left: 15px;
    right: 15px;
  }
  .hall_slide .slide_button .previous,
  .hall_slide .slide_button .next {
    width: 18px;
    height: 36px;
  }
  .hall_slide .slide_button .previous svg,
  .hall_slide .slide_button .next svg {
    width: 18px;
    height: 36px;
  }
  .hall_slide .slide_dot {
    bottom: 5px;
  }
  .hall_slide .slide_dot li {
    width: 14px;
    height: 14px;
    margin: 0 0 0 5px;
    overflow: hidden;
  }
  .hall_slide .slide_dot li:first-child {
    margin: 0;
  }
  .hall_information .hall_overview {
    margin: 0 0 40px;
    padding: 1px 0 30px;
  }
  .hall_information .hall_overview .hall_name {
    margin: -15px 0 0;
    padding: 40px 10px 10px 15px;
    font-size: 18px;
    line-height: 20px;
  }
  .hall_information .hall_overview ul {
    margin: 45px 0 0 30px;
  }
  .hall_information .hall_post {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  .facility .slide_list {
    width: 100%;
    margin: 0;
  }
  .facility .slide_list .list_item {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .facility .slide_list .list_item img {
    display: inline-block;
    max-width: 366px;
  }
  .facility .slide_dot {
    width: 100%;
    margin: 20px 0 0;
  }
  .facility .slide_dot ul {
    width: 100%;
    font-size: 0;
    text-align: center;
  }
  .facility .slide_dot ul li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 3px;
  }
  .facility .slide_dot ul button {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
  }
  .facility .slide_dot ul button:before {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000;
  }
  .facility .slide_dot ul .slick-active button:before {
    height: 100%;
    transition: all 0.3s;
  }
  .floorPlan_wrap .floor_plan .contents_imageView {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .part_line_box .point_box {
    width: calc(100% - 92px);
    padding: 30px 20px 25px 30px;
  }
  .part_line_box .point_box.icon_exist .icon,
  .part_line_box .point_box.icon_exist .text {
    display: block;
    float: none;
  }
  .part_line_box .point_box.icon_exist .icon {
    margin: 0 auto;
  }
  .part_line_box .point_box.icon_exist .text {
    width: 100%;
    margin: 15px 0 0;
  }
  .point_box {
    width: calc(100% - 92px);
    padding: 30px 20px 25px 30px;
  }
  .point_box.icon_exist .icon,
  .point_box.icon_exist .text {
    display: block;
    float: none;
  }
  .point_box.icon_exist .icon {
    margin: 0 auto;
  }
  .point_box.icon_exist .text {
    width: 100%;
    margin: 15px 0 0;
  }
  .flow {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  .flow li {
    padding: 50px 0 0;
  }
  .flow li svg {
    left: 50%;
    top: 20px;
    transform: translate(-50%, 0) rotate(90deg);
  }
  .flow li:first-child {
    padding: 0;
  }
  .flow.fiveElement li {
    width: 100%;
    margin: 0;
  }
  .flow.fiveElement li:nth-child(4) svg {
    display: block;
  }
  .greetings .signature {
    margin: 80px 0 0 0;
  }
  .organ .org_img:before {
    width: 20px;
  }
  .organ .org_img img {
    width: 42%;
  }
  .information_box {
    padding: 25px;
  }
  .vr_area .iframe_wrap {
    position: relative;
    height: auto;
  }
  .vr_area .iframe_wrap .mobile_vr_link {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
  }
  .vr_area .iframe_wrap .mobile_vr_link:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
  }
  .vr_area .iframe_wrap .mobile_vr_link img {
    display: block;
  }
  .vr_area .iframe_wrap .mobile_vr_link span {
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 15px;
    line-height: 17px;
    transform: translate(-50%, -50%);
  }
  .vr_area .iframe_wrap iframe {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .hall_slide .slide_button {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .hall_slide .slide_button .previous,
  .hall_slide .slide_button .next {
    width: 40%;
    height: 100%;
  }
  .hall_slide .slide_button .previous svg,
  .hall_slide .slide_button .next svg {
    display: block;
    position: absolute;
    top: 50%;
    width: 36px;
    height: 72px;
    transform: translateY(-50%);
    opacity: 1;
    transition: all 0.3s;
  }
  .hall_slide .slide_button .previous:hover svg,
  .hall_slide .slide_button .next:hover svg {
    opacity: 0;
  }
  .hall_slide .slide_button .previous svg {
    left: 60px;
  }
  .hall_slide .slide_button .previous:hover {
    cursor: url(/common/images/slideLeft.cur) 0 0, auto;
  }
  .hall_slide .slide_button .next svg {
    right: 60px;
  }
  .hall_slide .slide_button .next:hover {
    cursor: url(/common/images/slideRight.cur) 0 0, auto;
  }
}
/*# sourceMappingURL=contents.css.map */