html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: Noto Sans Symbols, sans-serif;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

input:focus {
  outline: none;
}

a {
  color: #fff;
}

body {
  background-color: #85898C;
  font-family: "Noto Sans Symbols", sans-serif;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu {
  width: 210px;
  height: 100vh;
  border-right: 1px solid #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  position: relative;
}
@media all and (max-width: 1440px) {
  .menu {
    width: 210px;
  }
}
@media all and (max-width: 1024px) {
  .menu {
    display: none;
  }
}

.nav {
  margin-top: -50px;
}

.li_nav {
  margin: 3px 0;
}
.li_nav.active a, .li_nav:hover a {
  background: #fff;
  color: #9A9B9D;
}
.li_nav.artist .subnav {
  margin-bottom: 100px;
}
@media all and (max-width: 1440px) {
  .li_nav.artist .subnav {
    margin-bottom: 50px;
  }
}
.li_nav a {
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  letter-spacing: 1px;
  display: block;
  padding: 9px 11px 9px 11px;
}
@media all and (max-width: 1440px) {
  .li_nav a {
    font-size: 18px;
    padding: 5px 10px 5px 10px;
  }
}
@media all and (max-width: 1366px) {
  .li_nav a {
    padding: 3px 10px 3px 10px;
  }
}
.li_nav .subnav {
  margin-bottom: 35px;
  padding-left: 10px;
}
@media all and (max-width: 1440px) {
  .li_nav .subnav {
    margin-bottom: 20px;
  }
}
.li_nav .subnav .li_subnav {
  margin: 12px 0;
}
@media all and (max-width: 1440px) {
  .li_nav .subnav .li_subnav {
    margin: 10px 0;
  }
}
.li_nav .subnav .li_subnav:hover a, .li_nav .subnav .li_subnav.active a {
  color: #fff;
}
.li_nav .subnav .li_subnav a {
  padding: 0px 0 0px 11px;
  background: none;
  border-left: 2px solid #fff;
  color: #b6b8ba;
}

.contact {
  position: absolute;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 1024px) {
  .contact {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: calc(100% - 28px);
  }
}
.contact .lnk_IG {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contact .lnk_IG:hover {
  background: #bababa;
}
@media all and (max-width: 1024px) {
  .contact .lnk_IG:hover {
    background: none;
  }
}
.contact .lnk_IG img {
  display: block;
  height: 16px;
}

.lnk_contact {
  padding: 5px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
}
@media all and (max-width: 1024px) {
  .lnk_contact {
    width: 30px;
    height: 30px;
    padding: 0;
  }
}
.lnk_contact:hover {
  background: #000;
}
@media all and (max-width: 1024px) {
  .lnk_contact:hover {
    background: #fff;
  }
}
.lnk_contact:hover i img {
  -webkit-filter: brightness(2);
          filter: brightness(2);
}
@media all and (max-width: 1024px) {
  .lnk_contact:hover i img {
    -webkit-filter: none;
            filter: none;
  }
}
.lnk_contact:hover span {
  color: #fff;
}
.lnk_contact i {
  display: block;
  margin-right: 10px;
}
@media all and (max-width: 1024px) {
  .lnk_contact i {
    margin: 0;
  }
}
.lnk_contact i img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 20px;
}
.lnk_contact span {
  display: blcok;
  color: #85898C;
  font-size: 12px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 72px;
  text-align: center;
}

.m_menu_wrapper {
  display: none;
}
@media all and (max-width: 1024px) {
  .m_menu_wrapper {
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 52px;
    height: calc(100vh - 52px);
  }
}
.m_menu_wrapper .m_menu {
  position: absolute;
  background: #85898C;
  width: 185px;
  right: -186px;
  height: 100%;
  padding: 25px 0 0 10px;
  border-left: 1px solid #999;
}
.m_menu_wrapper .m_menu .nav {
  margin: 0;
}
.m_menu_wrapper .m_menu .li_nav:hover > a {
  background: none;
  color: #fff;
}
.m_menu_wrapper .m_menu .li_nav.active > a {
  background: #fff;
  color: #9A9B9D;
}
.m_menu_wrapper .m_menu .li_nav a {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 7px 0 7px 10px;
}
.m_menu_wrapper .m_menu .li_nav .subnav a {
  padding: 3px 0 3px 10px;
}

#waterfallArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 10px;
  margin-right: 40px;
}
@media all and (max-width: 1440px) {
  #waterfallArea {
    padding-top: 7px;
  }
}
@media all and (max-width: 1024px) {
  #waterfallArea {
    margin: 0 10px;
  }
}
#waterfallArea .content_box {
  width: 25%;
  padding: 5px;
  cursor: pointer;
}
@media all and (max-width: 1440px) {
  #waterfallArea .content_box {
    padding: 4px;
  }
}
@media all and (max-width: 1024px) {
  #waterfallArea .content_box {
    width: 50%;
    padding: 3px;
  }
}
#waterfallArea .content_box img {
  width: 100%;
}
#waterfallArea .content_box #YTiframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  display: block;
}
#waterfallArea .content_box .info {
  padding: 20px 0 0 5px;
}
@media all and (max-width: 1024px) {
  #waterfallArea .content_box .info {
    padding: 10px 0 0 5px;
  }
}
#waterfallArea .content_box .info .lab_info {
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}
@media all and (max-width: 1440px) {
  #waterfallArea .content_box .info .lab_info {
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  #waterfallArea .content_box .info .lab_info {
    font-size: 12px;
  }
}
#waterfallArea .content_box .info .txt_info {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media all and (max-width: 1440px) {
  #waterfallArea .content_box .info .txt_info {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 768px) {
  #waterfallArea .content_box .info .txt_info {
    font-size: 16px;
  }
}
#waterfallArea .content_box .info .txt_info:last-of-type {
  margin-bottom: 0;
}
#waterfallArea .content_box .info .txt_info:hover {
  color: #cccccc;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}

.totalPhoto {
  height: 57px;
  border-bottom: 1px solid #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
@media all and (max-width: 1024px) {
  .totalPhoto {
    height: 51px;
    position: absolute;
    bottom: 0;
    border-bottom: 0;
    border-top: 1px solid #999;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.totalPhoto span {
  background: none;
  font-size: 16px;
  font-family: "Teko", "Noto Sans Symbols", sans-serif;
  font-weight: 500;
  color: #fff;
  margin: 0 12px;
  height: auto;
  border-left: 2px solid #9da1a3;
  padding: 5px 28px;
}
@media all and (max-width: 1024px) {
  .totalPhoto span {
    border: none;
  }
}

@media all and (max-width: 1024px) {
  .photo_slide {
    height: calc(100% - 140px);
  }
}
.photo_slide .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.photo_slide .swiper-slide img {
  display: block;
  height: calc(100vh - 280px);
  max-height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
@media all and (max-width: 1440px) {
  .photo_slide .swiper-slide img {
    height: calc(100vh - 255px);
  }
}
@media all and (max-width: 1024px) {
  .photo_slide .swiper-slide img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.photo_slide .swiper-slide #YTiframe {
  width: 100%;
  max-width: 1000px;
  aspect-ratio: 16/9;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 1440px) {
  .photo_slide .swiper-slide #YTiframe {
    max-width: 720px;
  }
}
@media all and (max-width: 1366px) {
  .photo_slide .swiper-slide #YTiframe {
    max-width: 600px;
  }
}
@media all and (max-width: 1024px) {
  .photo_slide .swiper-slide #YTiframe {
    max-width: 100%;
    max-height: 100%;
  }
}
.photo_slide .swiper-slide .tit_slide {
  width: 100%;
  font-size: 14px;
  color: #fff;
  margin: 15px;
}
.photo_slide .swiper-button-prev, .photo_slide .swiper-button-next {
  width: 22px;
  height: 21.5px;
  top: calc((100vh - 280px) / 2);
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 8;
}
@media all and (max-width: 1440px) {
  .photo_slide .swiper-button-prev, .photo_slide .swiper-button-next {
    top: calc((100vh - 255px) / 2);
  }
}
@media all and (max-width: 1024px) {
  .photo_slide .swiper-button-prev, .photo_slide .swiper-button-next {
    top: auto;
    bottom: 97px;
    -webkit-transform: none;
            transform: none;
    width: 31px;
    height: 30px;
  }
}
.photo_slide .swiper-button-prev::after, .photo_slide .swiper-button-next::after {
  content: "";
}
.photo_slide .swiper-button-prev {
  right: auto;
  left: 10%;
  background: url(../img/arrow_prev.png) no-repeat;
  background-size: 100% 100%;
}
.photo_slide .swiper-button-next {
  left: auto;
  right: 10%;
  background: url(../img/arrow_next.png) no-repeat;
  background-size: 100% 100%;
}

@media all and (max-width: 1024px) {
  .artist_info {
    position: absolute;
    bottom: 60px;
    width: 100%;
  }
}

.txt_artist_info {
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
}
@media all and (max-width: 1440px) {
  .txt_artist_info {
    margin-top: 10px;
  }
}
@media all and (max-width: 1024px) {
  .txt_artist_info {
    margin-top: 5px;
  }
}
.txt_artist_info:last-of-type {
  font-size: 18px;
}

.about {
  padding: 50px 20px 30px;
}
@media all and (max-width: 1440px) {
  .about {
    padding: 40px 20px 0;
  }
}
@media all and (max-width: 1024px) {
  .about {
    padding: 40px 20px;
  }
}
.about p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  line-height: 20px;
  text-transform: uppercase;
}
@media all and (max-width: 1024px) {
  .about p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.about .img_avatar {
  max-width: 300px;
}
@media all and (max-width: 640px) {
  .about .img_avatar {
    max-width: none;
    width: 100%;
  }
}

.info_makeup {
  display: none;
}
@media all and (max-width: 1024px) {
  .info_makeup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-block: 1px solid #999;
    padding: 0 10px;
  }
}
.info_makeup .txt_makeup {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.info_makeup .txt_makeup span:first-of-type {
  margin-right: 4px;
}
.info_makeup .lnk_IG {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.info_makeup .lnk_IG:hover {
  background: #bababa;
}
@media all and (max-width: 1024px) {
  .info_makeup .lnk_IG:hover {
    background: none;
  }
}
.info_makeup .lnk_IG img {
  display: block;
  height: 20px;
}
.info_makeup .lab_makeup {
  font-size: 12px;
}
.info_makeup .name_makeup {
  padding-left: 3px;
}

.float_message {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 25px;
  right: 7px;
  background: #6e7478;
  border-radius: 50%;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 1024px) {
  .float_message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.float_message img {
  width: 30px;
}

.form {
  width: 700px;
  margin: 60px auto;
}
@media all and (max-width: 1440px) {
  .form {
    width: 750px;
  }
}
@media all and (max-width: 1024px) {
  .form {
    width: 100%;
    margin: 35px auto;
    padding: 0 55px;
  }
}

.row_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
@media all and (max-width: 1440px) {
  .row_form {
    margin-bottom: 25px;
  }
}
@media all and (max-width: 1024px) {
  .row_form {
    display: block;
  }
}

.lab_form {
  width: 250px;
}
@media all and (max-width: 1024px) {
  .lab_form {
    width: 100%;
    margin-bottom: 8px;
  }
}
.lab_form span {
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 10px;
}
@media all and (max-width: 1440px) {
  .lab_form span {
    margin-top: 10px;
    font-size: 20px;
  }
}
@media all and (max-width: 640px) {
  .lab_form span {
    margin-top: 5px;
    font-size: 11px;
  }
}

.form-control {
  font-size: 16px;
  letter-spacing: 1px;
  background: none;
  border: none;
  padding: 10px;
  color: #fff;
}
@media all and (max-width: 1440px) {
  .form-control {
    font-size: 16px;
  }
}
@media all and (max-width: 640px) {
  .form-control {
    font-size: 11px;
    padding: 5px;
  }
}
.form-control::-webkit-input-placeholder {
  color: #999;
  text-transform: uppercase;
}
.form-control::-moz-placeholder {
  color: #999;
  text-transform: uppercase;
}
.form-control:-ms-input-placeholder {
  color: #999;
  text-transform: uppercase;
}
.form-control::-ms-input-placeholder {
  color: #999;
  text-transform: uppercase;
}
.form-control::placeholder {
  color: #999;
  text-transform: uppercase;
}

.btn_submit {
  border: none;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #000;
  width: 100%;
  padding: 20px;
  cursor: pointer;
}
@media all and (max-width: 640px) {
  .btn_submit {
    font-size: 11px;
    padding: 15px;
  }
}
.btn_submit:hover {
  font-size: 20px;
  font-weight: bolder;
  color: #fff;
  background: #000;
  padding: 5px;
}
@media all and (max-width: 640px) {
  .btn_submit:hover {
    font-size: 12px;
  }
}
.btn_submit .desc {
  display: block;
  font-size: 12px;
}
@media all and (max-width: 640px) {
  .btn_submit .desc {
    font-size: 8px;
  }
}

.reg_date, .obj_form, .reg_select {
  width: calc(100% - 250px);
  border: 1.5px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -10px;
  margin-bottom: 10px;
}
@media all and (max-width: 1024px) {
  .reg_date, .obj_form, .reg_select {
    width: 100%;
    margin-top: 0;
  }
}

.reg_date {
  padding: 5px 15px;
}
.reg_date i {
  display: block;
  padding: 0 20px;
}
@media all and (max-width: 640px) {
  .reg_date i {
    padding: 0;
    padding-right: 10px;
  }
}
.reg_date i img {
  display: block;
}
@media all and (max-width: 640px) {
  .reg_date i img {
    height: 15px;
  }
}
.reg_date input {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  background: url(../img/shape.png) center right no-repeat;
}
@media all and (max-width: 640px) {
  .reg_date input {
    background-size: auto 5px;
    padding: 5px 0;
  }
}

.reg_select {
  padding: 5px 15px;
}
.reg_select .ui_input {
  border-left: 1px solid #bdbdbd;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media all and (max-width: 1024px) {
  .reg_select .ui_input {
    width: calc(100% - 300px);
  }
}
@media all and (max-width: 640px) {
  .reg_select .ui_input {
    width: calc(100% - 150px);
  }
}
.reg_select .ui_input input {
  padding: 5px 0 5px 15px;
}
@media all and (max-width: 1024px) {
  .reg_select .ui_input input {
    width: 100%;
  }
}

.obj_form {
  padding: 5px 20px;
}
.obj_form .form-control {
  width: 100%;
}
.obj_form .ui_select .fake-select-value {
  width: auto;
  color: #999;
}
.obj_form .ui_select .fake-select-value.selected {
  color: #fff;
}
.obj_form .ui_select .fake-select-wrapper {
  width: 320px;
  right: -5%;
}
@media all and (max-width: 640px) {
  .obj_form .ui_select .fake-select-wrapper {
    width: 240px;
    right: -22px;
  }
}
.obj_form .ui_select .fake-select-wrapper::before {
  right: 5%;
}
.obj_form .ui_select .fake-select-options {
  text-align: center;
}

.ui_select {
  padding-right: 25px;
  background: url(../img/shape.png) center right no-repeat;
  font-size: 16px;
  color: #fff;
  margin-right: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media all and (max-width: 640px) {
  .ui_select {
    font-size: 11px;
    background-size: auto 5px;
    margin-right: 5px;
    padding-right: 11px;
  }
}
.ui_select .fake-select-value {
  white-space: nowrap;
  width: 112px;
  overflow: hidden;
  padding: 5px 0;
}
@media all and (max-width: 640px) {
  .ui_select .fake-select-value {
    width: 68px;
  }
}
.ui_select .fake-select-wrapper {
  top: calc(100% + 27px);
  right: -30%;
  position: absolute;
  background: #fff;
  border-radius: 10px;
  padding: 15px 10px 15px 15px;
  z-index: 99;
}
.ui_select .fake-select-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 23px;
  background: url(../img/ui_arrow.png) no-repeat;
  top: -12px;
  right: 14%;
}
.ui_select .fake-select-options {
  left: 0;
  width: auto;
  max-height: 235px;
  overflow-y: auto;
  padding-right: 10px;
  color: #000;
}
.ui_select .fake-select-options::-webkit-scrollbar {
  width: 4px;
}
.ui_select .fake-select-options::-webkit-scrollbar-track {
  background: transparent;
}
.ui_select .fake-select-options::-webkit-scrollbar-thumb {
  background: #828282;
}
.ui_select .fake-select-option {
  white-space: nowrap;
  padding: 7.5px;
}
.ui_select .fake-select-option:hover {
  background: #f4f4f4;
}

.ui-widget.ui-widget-content {
  padding: 20px 40px 40px;
  width: 23em;
  border-radius: 5px;
}
@media all and (max-width: 1024px) {
  .ui-widget.ui-widget-content {
    top: 209px !important;
    left: auto !important;
    right: 59px !important;
  }
}
@media all and (max-width: 640px) {
  .ui-widget.ui-widget-content {
    width: 280px;
    padding: 15px 30px 30px;
    top: 165px !important;
  }
}
.ui-widget.ui-widget-content::before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 23px;
  background: url(../img/ui_arrow.png) no-repeat;
  top: -12px;
  right: 6px;
}

.ui-widget-header {
  background: none;
  border: none;
}
.ui-widget-header .ui-datepicker-next, .ui-widget-header .ui-datepicker-prev {
  cursor: pointer;
}
.ui-widget-header .ui-datepicker-next:hover, .ui-widget-header .ui-datepicker-prev:hover {
  border: none;
  background: none;
  opacity: 0.5;
}
.ui-widget-header .ui-datepicker-next {
  right: -25px;
}
.ui-widget-header .ui-datepicker-next:hover {
  right: -25px;
}
.ui-widget-header .ui-datepicker-next .ui-icon {
  background: url(../img/date_next.png) center center no-repeat;
}
.ui-widget-header .ui-datepicker-prev {
  left: -25px;
}
.ui-widget-header .ui-datepicker-prev:hover {
  left: -25px;
}
.ui-widget-header .ui-datepicker-prev .ui-icon {
  background: url(../img/date_prev.png) center center no-repeat;
}

.ui-datepicker th {
  width: 41px;
  color: #000;
}
@media all and (max-width: 640px) {
  .ui-datepicker th {
    padding: 0.7em 0;
  }
}
.ui-datepicker th > span {
  font-size: 16px;
}
@media all and (max-width: 640px) {
  .ui-datepicker th > span {
    font-size: 12px;
  }
}
.ui-datepicker th > span > span {
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}
@media all and (max-width: 640px) {
  .ui-datepicker th > span > span {
    font-size: 11px;
  }
}

.ui-state-default, .ui-widget-content .ui-state-default {
  text-align: center;
  background: none;
  border: none;
  color: #000;
  padding: 5px 3px;
  border-radius: 3px;
}
@media all and (max-width: 640px) {
  .ui-state-default, .ui-widget-content .ui-state-default {
    padding: 3px 0;
  }
}
.ui-state-default:hover, .ui-widget-content .ui-state-default:hover {
  background: #333;
  color: #fff;
}

.box_booking {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7019607843);
}

.reg_box_booking {
  width: 610px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
}
@media all and (max-width: 640px) {
  .reg_box_booking {
    width: calc(100% - 60px);
  }
}

.btn_close {
  position: absolute;
  top: 36px;
  right: 46px;
  width: 24px;
  cursor: pointer;
}
@media all and (max-width: 640px) {
  .btn_close {
    top: 20px;
    right: 20px;
    width: 12px;
  }
}
.btn_close img {
  width: 100%;
}

.are_box_booking {
  padding: 60px;
  padding: 30px;
}
.img_booking {
  width: 266px;
  margin: 0 auto;
}
@media all and (max-width: 640px) {
  .img_booking {
    width: 70%;
  }
}
.img_booking img {
  width: 100%;
}

.txt_booking {
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 20px;
}
@media all and (max-width: 640px) {
  .txt_booking {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
  }
}

.txt_bookingEn {
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 24px;
  text-align: center;
}
@media all and (max-width: 640px) {
  .txt_bookingEn {
    font-size: 10px;
    line-height: 14px;
  }
}

.attention {
  padding-left: 42px;
  height: 60px;
  border-bottom: 3px solid #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 1024px) {
  .attention {
    display: none;
  }
}
.attention span {
  font-size: 19.2px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
}

.news_content {
  padding: 10px 0 0;
  color: #fff;
  letter-spacing: 2px;
}
@media all and (max-width: 768px) {
  .news_content {
    letter-spacing: 1px;
  }
}
.news_content .txt_type {
  font-size: 14px;
}
@media all and (max-width: 768px) {
  .news_content .txt_type {
    font-size: 12px;
  }
}
.news_content .tit_news {
  font-size: 16px;
  line-height: 22px;
  margin: 20px 0;
  font-weight: 600;
}
@media all and (max-width: 768px) {
  .news_content .tit_news {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
    font-weight: 500;
  }
}
.news_content .txt_news {
  font-size: 12px;
  font-weight: 300;
  margin: 15px 0 0;
}

.column {
  width: calc(100% - 210px);
}
@media all and (max-width: 1440px) {
  .column {
    width: calc(100% - 210px);
  }
}
@media all and (max-width: 1024px) {
  .column {
    width: 100%;
  }
}

.header {
  height: 75px;
  padding: 12px 0 13px 52px;
  border-bottom: 1px solid #999999;
}
@media all and (max-width: 1024px) {
  .header {
    position: fixed;
    z-index: 9;
    width: 100%;
    background: #85898C;
    border-block: 1px solid #999;
    height: 52px;
    padding: 9px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header .logo {
  display: inline-block;
}
@media all and (max-width: 1024px) {
  .header .logo {
    height: 100%;
  }
}
.header .logo img {
  display: block;
  height: 50px;
}
@media all and (max-width: 1024px) {
  .header .logo img {
    height: 100%;
  }
}
.header .btn_menu {
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media all and (max-width: 1024px) {
  .header .btn_menu {
    display: block;
    width: 19px;
    height: 19px;
    cursor: pointer;
    background: url(../img/btn_menu.png) center center no-repeat;
  }
  .header .btn_menu.active {
    background: url(../img/icon_close.png) center center no-repeat;
  }
}

.main {
  width: 100%;
  height: calc(100vh - 75px);
  overflow-y: auto;
  position: relative;
}
@media all and (max-width: 1024px) {
  .main {
    margin-top: 52px;
    height: calc(100vh - 52px);
  }
}

.main_wrapper {
  padding-left: 42px;
}
@media all and (max-width: 1024px) {
  .main_wrapper {
    padding-left: 0;
  }
}

.google_date {
  padding-top: 50px;
}
@media all and (max-width: 1024px) {
  .google_date {
    padding: 0;
  }
}
.google_date iframe {
  height: calc(100vh - 192px);
}
@media all and (max-width: 1024px) {
  .google_date iframe {
    height: calc(100vh - 53px);
  }
}

@media all and (min-width: 1025px) {
  ::-webkit-scrollbar {
    width: 11px;
  }
}

@media all and (min-width: 1025px) {
  ::-webkit-scrollbar-track {
    background: #B4B4B4;
  }
}

@media all and (min-width: 1025px) {
  ::-webkit-scrollbar-thumb {
    background: #fff;
  }
}