body {
  font-family: "SDR";
  letter-spacing: -1px;
}
.header {
  width: 100%;
  height: 185px;
  border-bottom: 1px solid #efefef;
}
.header .top {
  width: 100%;
  height: 105px;
  border-bottom: 1px solid #efefef;
}
.header .twrap {
  width: 100%;
  max-width: 1300px;
  height: 105px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header .navi {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  height: 80px;
  display: flex;
  align-items: center;
}
.header .navi > ul {
  width: 100%;
  display: flex;
  height: 80px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header .navi > ul li {
  border-right: 1px solid #efefef;
  width: 180px;
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .navi > ul li:last-child {
  border-right: 0;
}
.header .navi > ul li a {
  font-size: 16px;
  font-weight: 300;
  position: relative;
}
.header .navi > ul li a:hover {
  color: #1a65d6;
}
.header .navi .subnav {
  position: absolute;
  width: 180px;
  background: #fff;
  z-index: 30;
  left: 00px;
  top: 78px;
  display: none;
  padding: 10px 20px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.header .navi .subnav a {
  display: block;
  font-size: 14px;
  padding: 7px 0;
}
.header .navi .subnav.on {
  display: block;
}
.mainImg {
  width: 100%;
  height: 680px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  flex-direction: column;
}
.mainImg .text {
  position: absolute;
  z-index: 10;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.mainImg .text h1 {
  font-family: "SDR";
  font-weight: 500;
  font-size: 40px;
}
.mainImg .text h2 {
  font-family: "SDR";
  font-weight: 300;
  font-size: 45px;
  letter-spacing: -3px;
  margin: 10px 0 30px;
}
.mainImg .text h2 span {
  font-weight: 500;
}
.mainImg .text h3 {
  font-family: "SDR";
  font-weight: 300;
  font-size: 25px;
  letter-spacing: -3px;
}
.mainImg .text h3 span {
  font-weight: 500;
}
.mainImg .mimg {
  width: 100%;
}
.mainImg .inner {
  width: 100%;
  height: 680px;
}
.mainSlide {
  width: 100%;
  height: 799px;
  display: flex;
  align-items: center;
  background: url("../imgs/bg01.jpg") no-repeat center / cover;
}
.mainSlide .slideWrap {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  height: 519px;
}
.mainSlide .slick-prev {
  position: absolute;
  right: 50px;
  bottom: 0;
  width: 48px;
  height: 48px;
  background: url("../imgs/prev.png") no-repeat center / 100% #fff;
  border: 0;
  z-index: 10;
}
.mainSlide .slick-next {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  background: url("../imgs/next.png") no-repeat center / 100% #fff;
  border: 0;
  z-index: 10;
}
.mainbuttons {
  padding: 180px 0;
  width: 100%;
  max-width: 1300px;
  margin: auto;
}
.mainbuttons .title {
  text-align: center;
}
.mainbuttons .title h1 {
  font-family: "SDR";
  font-weight: 500;
  font-size: 37px;
  letter-spacing: -3px;
}
.mainbuttons .title h2 {
  font-family: "SDR";
  font-weight: 300;
  color: #7c7c7c;
  font-size: 20px;
  margin-top: 5px;
  letter-spacing: -2px;
}
.mainbuttons .buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.mainbuttons .buttons .inner {
  text-align: center;
  cursor: pointer;
}
.mainbuttons .buttons .inner:hover h1 {
  color: rgb(0, 132, 255);
}
.mainbuttons .buttons .inner .icon {
  padding: 130px 0 50px;
}
.mainbuttons .buttons .inner h1 {
  font-family: "SDR";
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0 10px;
}
.mainbuttons .buttons .inner h2 {
  font-family: "SDR";
  font-size: 15px;
  font-weight: 300;
}
.mainbuttons .buttons .inner h2 em {
  font-style: normal;
}
.mainhalf {
  width: 100%;
  height: 600px;
  display: flex;
  flex-direction: row;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.mainhalf .box01 {
  width: 50%;
  display: flex;
  justify-content: right;
  background: url("../imgs/half01.jpg") no-repeat center / cover;
}
.mainhalf .box02 {
  width: 50%;
  display: flex;
  justify-content: left;
  background: url("../imgs/half02.jpg") no-repeat center / cover;
}
.mainhalf .bwrap {
  width: 650px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 50px;
}
.mainhalf h1 {
  font-family: "SDR";
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -2px;
}
.mainhalf h2 {
  font-family: "SDR";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -2px;
}
.mainhalf h3 {
  font-family: "SDR";
  font-size: 17px;
  font-weight: 300;
  letter-spacing: -1px;
  word-break: keep-all;
  margin-top: 20px;
}
.maps {
  width: 100%;
  height: 700px;
  display: flex;
  flex-direction: row;
}
.maps .map {
  width: 100%;
  height: 700px;
  overflow: hidden;
}
.maps .info {
  width: 40%;
  height: 700px;
  background: #7a98cb;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 55px;
}
.maps .info span {
  display: block;
}
.maps .info .line {
  width: 50px;
  border-top: 1px solid #fff;
  margin: 25px 0;
}
.maps .info h1 {
  font-family: "SDR";
  font-weight: 500;
  font-size: 30px;
}
.maps .info .box:last-child {
  margin-top: 100px;
}
.maps .info span {
  font-size: 16px;
  margin-top: 7px;
  font-weight: 300;
}
.maps .info span .ti {
  display: inline-block;
  width: 100px;
}
.footer {
  padding: 70px 0;
  background: #363636;
  text-align: center;
}
.footer .logobtm {
  margin-bottom: 30px;
}
.footer .bmenu {
  margin-bottom: 40px;
}
.footer .bmenu a {
  color: #d8d8d8;
  font-size: 16px;
  padding: 0 20px;
}
.footer .bmenu a:hover {
  color: #fff;
}
.footer .lic {
  font-size: 15px;
  color: #969696;
  font-weight: 300;
}
.footer .lic span {
  margin: 0 10px;
}
.footer .lic .license {
  margin-top: 10px;
}
.floatmenu {
  position: fixed;
  width: 90px;
  top: 230px;
  right: 20px;
  z-index: 20;
  background: rgba(255, 255, 255, 0.05);
  text-align: center;
  border-radius: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  transition: all 0.3s;
}
.floatmenu:hover {
  background: rgba(255, 255, 255, 0.3);
}
.floatmenu .inner {
  margin-bottom: 15px;
  cursor: pointer;
}
.floatmenu .inner .icons {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floatmenu .inner .icons img {
  width: 70%;
}
.floatmenu .inner .icons.c01 {
  background: #90be6d;
}
.floatmenu .inner .icons.c02 {
  background: #43aa8b;
}
.floatmenu .inner .icons.c06 {
  background: #5BAE68;
}
.floatmenu .inner .icons.c03 {
  background: #4d908e;
}
.floatmenu .inner .icons.c04 {
  background: #577590;
}
.floatmenu .inner .icons.c05 {
  background: #277da1;
}
.contWrap {
  width: 100%;
  max-width: 1300px;
  margin: auto;
}
.headerimg {
  width: 100%;
  height: 220px;
  border-bottom: 1px solid #efefef;
  background: url("../imgs/subimg.jpg") no-repeat center / cover;
  position: relative;
}
.headerimg .pageTitle {
  width: 100%;
  height: 220px;
  position: absolute;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.pagemenu {
  border: 1px solid #efefef;
  border-top: 0px;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  margin-top: -35px;
  z-index: 15;
  position: relative;
  background: #fff;
}
.pagemenu.one {
  border: 1px solid #efefef;
  border-top: 0px;
  display: flex;
  flex-direction: row;
  width: 50%;
  justify-content: space-between;
  margin: auto;
  margin-top: -35px;
  z-index: 15;
  position: relative;
  background: #fff;
}
.pagemenu.one li {
  width: 100%;
}
.pagemenu li {
  border-right: 1px solid #efefef;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.pagemenu li.on {
  background: rgb(14, 137, 252);
}
.pagemenu li.on a {
  color: #fff;
}
.pagemenu.five li {
  width: calc(100% / 5);
}
.pagemenu.four li {
  width: 25%;
}
.pagemenu.three li {
  width: 33.3333%;
}
.pagemenu.two li {
  width: 50%;
}
.pagemenu li:last-child {
  border-right: 0;
}
.content {
  width: 100%;
  padding: 100px 0;
}

/* loading */
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;

  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  background: #0496ff;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  background: #ffbc42;
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  background: #d81159;
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  background: #fcfc62;
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.photoArea {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.photoArea .list {
  width: 200px;
  height: 200px;
  border-right: 1px solid #efefef;
  display: flex;
  flex-direction: column;
}
.photoArea .list span {
  font-size: 15px;
  border-bottom: 1px solid #efefef;
  margin-right: 20px;
  padding: 10px 0;
  color: #666666;
}
.photoArea .list span.on {
  color: #000;
}
.photoArea .photo {
  width: calc(100% - 220px);
  display: none;
}
.photoArea .photo.on {
  display: block;
}
.mapsarea .title {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mapsarea .mapp {
  padding: 0 10px;
}
.mapsarea .trap {
  padding: 10px;
}
.mapsarea .trap .inner {
  border-bottom: 1px solid #efefef;
  padding: 15px 0;
  font-size: 15px;
}
.mapsarea .trap .inner .title {
  width: 100px;
  margin: 0;
  display: inline-block;
}
.btableList {
  width: 100%;
  border: 1px solid #dfdfdf;
  border-collapse: collapse;
}
.btableList td {
  border: 1px solid #dfdfdf;
  width: 20%;
}

.btableList .thea td {
  background: #363636;
  color: #fff;
  text-align: center;
}
.menu-toggle {
  display: none;
}
.allbg {
  display: none;
}
.navi_mobile {
  display: none;
}
.mm {
  display: none;
}
.hd_pops_con iframe {
  width: 100%;
  height: auto;
  min-height: 315px;
}
.fl_pc {
  display: block;
}
.fl_mb {
  display: none;
}
.appdiv {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.appdiv .left {
  width: 634px;
}
.appdiv .right {
  width: calc(100% - 654px);
}
.appdiv .right h1 {
  font-family: "SDR";
  font-weight: 500;
  font-size: 25px;
  margin: 20px 0 10px;
}
.appdiv .right h2 {
  font-family: "SDR";
  font-weight: 400;
  font-size: 15px;
  border-bottom: 1px dashed #efefef;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.appdiv .forms {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.appdiv .forms input {
  border: 1px solid #dfdfdf;
  padding: 15px 10px;
  font-size: 14px;
  background: #fafafa;
  margin-bottom: 8px;
  font-family: "SDR";
  font-weight: 400;
}
.appdiv .forms textarea {
  border: 1px solid #dfdfdf;
  padding: 15px 10px;
  font-size: 14px;
  background: #fafafa;
  margin-bottom: 8px;
  font-family: "SDR";
  font-weight: 400;
  height: 400px;
}
.appdiv .agree {
  font-size: 14px;
}
.appdiv .formbtn {
  width: 100%;
  text-align: center;
}
.appdiv .formbtn input {
  width: 400px;
  height: 80px;
  border: 0px;
  margin-top: 50px;
  background: #1a65d6;
  color: #fff;
  font-size: 18px;
  font-family: "SDR";
}
.textbg {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  z-index: 999;
}
.readpage {
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
  width: 900px;
  height: 800px;
  background: #fff;
  border-radius: 10px;
  font-family: "SDR";
  overflow: hidden;
}
.readpage h1 {
  font-size: 25px;
  border-bottom: 1px dashed #efefef;
  height: 100px;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.readpage .closebtn {
  width: 100px;
  height: 40px;
  background: #1a65d6;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 30px;
  border-radius: 8px;
}
.readpage .textbox {
  width: 100%;
  height: 690px;
  padding: 20px;
  overflow-y: auto;
  font-size: 13px;
  line-height: 150%;
}

.readpage2 {
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
  width: 900px;
  height: 800px;
  background: #fff;
  border-radius: 10px;
  font-family: "SDR";
  overflow: hidden;
}
.readpage2 h1 {
  font-size: 25px;
  border-bottom: 1px dashed #efefef;
  height: 100px;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.readpage2 .closebtn {
  width: 100px;
  height: 40px;
  background: #1a65d6;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 30px;
  border-radius: 8px;
}
.readpage2 .textbox {
  width: 100%;
  height: 690px;
  padding: 20px;
  overflow-y: auto;
  font-size: 13px;
  line-height: 150%;
}
.adminbtn {
  display: inline-block;
}
.adminmenu {
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  height: 100vh;
  z-index: 2000;
  background: #1a65d6;
  box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.3);
  padding: 10px;
}
.adminmenu .title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
}
.adminmenu .title h1 {
  color: #fff;
  font-size: 14px;
  font-family: "SDR";
  font-weight: 400;
}
.adminmenu .title .logout {
  width: 100px;
  padding: 10px 0;
  text-align: center;
  background: #0b4fb5;
  border-radius: 5px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  margin-top: -3px;
}
.adminmenu .title .logout:hover {
  background: #0a4399;
}
.adminmenu .btnsarea .inner {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
}
.adminmenu .btnsarea .inner h1 {
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  font-family: "SDR";
}
.adminmenu .btnsarea .inner h2 {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  font-size: 12px;
  font-family: "SDR";
}
.adminmenu .btnsarea .inner a {
  width: 49%;
  display: block;
  text-align: center;
  background: #0a4399;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: 300;
  padding: 10px 0;
  border-radius: 5px;
  margin-top: 15px;
}
.adminmenu .btnsarea .inner a:hover {
  background: #0b4fb5;
  color: #fff;
}
.visiback {
  background: #0b4fb5;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.visiback h1 {
  font-weight: 400 !important;
  font-size: 14px !important;
}
.visiback h2 {
  font-weight: 500 !important;
  font-size: 15px !important;
  text-align: right;
  letter-spacing: 1px;
}
.inqtable {
  border: 1px solid #dfdfdf;
  border-collapse: collapse;
  width: 100%;
}
.inqtable > tbody > tr > th,
.inqtable > tbody > tr > td {
  padding: 20px 10px;
  border: 1px solid #dfdfdf;
  font-size: 15px;
}
.inqtable th {
  width: 150px;
  background: #fafafa;
}
.eventgall {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.eventgall li {
  width: 49%;
  font-size: 14px;
}
.eventgall li h1 {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.eventgall .gall_img img {
  width: 100%;
}
@media (max-width: 768px) {
  .eventgall {
    flex-direction: column;
  }
  .eventgall li {
    width: 100%;
    font-size: 14px;
  }
  .eventgall li h1 {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .eventgall .gall_img img {
    width: 100%;
  }

  .adminmenu {
    display: none;
  }
  .adminbtn {
    display: none;
  }
  .readpage {
    width: 90vw;
    height: 80vh;
  }
  .readpage h1 {
    height: 8vh;
  }

  .readpage .textbox {
    height: 72vh;
  }
  .readpage2 {
    width: 90vw;
    height: 80vh;
  }
  .readpage2 h1 {
    height: 8vh;
  }

  .readpage2 .textbox {
    height: 72vh;
  }
  .appdiv .left {
    display: none;
  }
  .appdiv .right {
    width: 100%;
  }

  .appdiv .formbtn {
    width: 100%;
    text-align: center;
  }
  .appdiv .formbtn input {
    width: 60vw;
    height: 80px;
    border: 0px;
    margin-top: 50px;
    margin-bottom: 50px;
    background: #1a65d6;
    color: #fff;
    font-size: 18px;
    font-family: "SDR";
  }
  .fl_pc {
    display: none;
  }
  .fl_mb {
    display: block;
  }
  .mapsarea .trap .inner {
    border-bottom: 1px solid #efefef;
    padding: 15px 0;
    font-size: 13px;
  }
  .mapsarea .trap .inner .title {
    width: 100%;
    margin: 0;
    display: inline-block;
  }
  .mapsarea .title {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mapsarea .title img {
    width: 20%;
  }
  .mm {
    display: block;
    width: 100%;
  }
  .header {
    height: 80px;
  }
  .header .top {
    height: 80px;
    padding: 0 3vw;
  }
  .header .twrap {
    height: 80px;
  }
  .header .twrap .tel {
    display: none;
  }
  .header .twrap .logo img {
    width: 60%;
  }
  .header .navi {
    display: none;
  }
  .header .navi_mobile {
    width: 80%;
    max-width: 1300px;
    margin: auto;
    height: 100vh;
    background: #fff;
    display: block;
    align-items: center;
    position: fixed;
    left: -90%;
    top: 0;
    z-index: 999;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8);
    transition: all 0.4s;
  }
  .header .navi_mobile.on {
    left: 0%;
  }
  .header .navi_mobile > ul {
    width: 100%;
    display: flex;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .header .navi_mobile > ul li {
    border-right: 0px;
    border-bottom: 1px solid #dfdfdf;
    width: 100%;
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;
    padding: 0vw 0;
  }
  .header .navi_mobile > ul li:last-child {
    border-right: 0;
  }
  .header .navi_mobile > ul li a {
    font-size: 16px;
    width: 100%;
    font-weight: 300;
    position: relative;
    padding: 4vw;
  }
  .header .navi_mobile > ul li a:hover {
    color: #1a65d6;
  }
  .header .navi_mobile .subnav {
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 30;
    left: 0px;
    top: 0px;
    display: none;
    padding: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  }
  .header .navi_mobile .subnav a {
    display: block;
    font-size: 14px;
    padding: 4vw 5vw;
    background: #fafafa;
    border-top: 1px solid #efefef;
  }
  .header .navi_mobile .subnav.on {
    display: block;
  }
  .mainImg {
    width: 100%;
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    flex-direction: column;
  }
  .mainImg .text {
    position: absolute;
    z-index: 10;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  }
  .mainImg .text h1 {
    font-family: "SDR";
    font-weight: 700;
    font-size: 30px;
    word-break: keep-all;
  }
  .mainImg .text h2 {
    font-family: "SDR";
    font-weight: 500;
    font-size: 30px;
    letter-spacing: -3px;
    margin: 10px 0 30px;
    word-break: keep-all;
  }
  .mainImg .text h2 span {
    font-weight: 700;
  }
  .mainImg .text h3 {
    font-family: "SDR";
    font-weight: 300;
    font-size: 15px;
    letter-spacing: -3px;
    word-break: keep-all;
  }
  .mainImg .text h3 span {
    font-weight: 500;
  }
  .mainImg .mimg {
    width: 100%;
  }
  .mainImg .inner {
    width: 100%;
    height: 380px;
  }
  .mainSlide {
    width: 100%;
    height: 799px;
    display: flex;
    align-items: center;
    background: url("../imgs/bg01.jpg") no-repeat center / cover;
  }
  .mainbuttons {
    padding: 40px 3vw;
  }
  .mainbuttons .title {
    text-align: center;
  }
  .mainbuttons .title h1 {
    font-family: "SDR";
    font-weight: 500;
    font-size: 23px;
    letter-spacing: -3px;
  }
  .mainbuttons .title h2 {
    font-family: "SDR";
    font-weight: 300;
    color: #7c7c7c;
    font-size: 15px;
    margin-top: 5px;
    letter-spacing: -2px;
  }
  .mainbuttons .buttons {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .mainbuttons .buttons .inner {
    width: 50%;
    padding: 0 2vw;
    text-align: center;
    cursor: pointer;
  }
  .mainbuttons .buttons .inner:hover h1 {
    color: rgb(0, 132, 255);
  }
  .mainbuttons .buttons .inner .icon {
    padding: 25px 0 25px;
  }
  .mainbuttons .buttons .inner .icon img {
    width: 50%;
  }
  .mainbuttons .buttons .inner h1 {
    font-family: "SDR";
    font-size: 17px;
    font-weight: 500;
    margin: 10px 0 10px;
  }
  .mainbuttons .buttons .inner h2 {
    font-family: "SDR";
    font-size: 13px;
    font-weight: 300;
    word-break: keep-all;
  }
  .mainbuttons .buttons .inner h2 em {
    display: none;
  }
  .floatmenu {
    position: fixed;
    width: 100%;
    top: auto;
    left: 0;
    bottom: 0 !important;
    z-index: 20;
    background: none;
    text-align: center;
    border-radius: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0;
    transition: all 0.3s;
  }
  .floatmenu:hover {
    background: none;
  }
  .floatmenu .inner {
    margin-bottom: 0px;
    text-align: center;
    cursor: pointer;
    width: 25%;
    color: #fff;
    padding-bottom: 5px;
  }
  .floatmenu .inner .icons {
    width: 100%;
    height: 40px;
    border-radius: 0px;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .floatmenu .inner .icons img {
    width: 30%;
  }
  .floatmenu .inner .icons.c01 {
    background: #fb5607;
  }
  .floatmenu .inner .icons.c02 {
    background: #43aa8b;
  }
  .floatmenu .inner .icons.c06 {
    background: #5bae68;
  }
  .floatmenu .inner .icons.c03 {
    background: #4d908e;
  }
  .floatmenu .inner .icons.c04 {
    background: #577590;
  }
  .floatmenu .inner .icons.c05 {
    background: #277da1;
  }
  .floatmenu .inner:nth-child(1) {
    background: #43aa8b;
  }
  .floatmenu .inner:nth-child(2) {
    background: #5bae68;
  }
  .floatmenu .inner:nth-child(3) {
    background: #4d908e;
  }
  .floatmenu .inner:nth-child(4) {
    background: #577590;
  }
  .floatmenu .inner:last-child {
    background: #277da1;
  }
  .mainhalf {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }
  .mainhalf .box01 {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: right;
    background: url("../imgs/half01.jpg") no-repeat center / cover;
  }
  .mainhalf .box02 {
    width: 100%;
    display: flex;
    height: 300px;
    justify-content: left;
    background: url("../imgs/half02.jpg") no-repeat center / cover;
  }
  .mainhalf .bwrap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px;
    word-break: keep-all;
  }
  .mainhalf h1 {
    font-family: "SDR";
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -2px;
  }
  .mainhalf h2 {
    font-family: "SDR";
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -2px;
  }
  .mainhalf h3 {
    display: none;
    font-family: "SDR";
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -1px;
    word-break: keep-all;
    margin-top: 20px;
  }
  .maps {
    width: 100%;
    height: 700px;
    display: flex;
    flex-direction: column;
  }
  .maps .map {
    width: 100%;
    height: 500px;
    overflow: hidden;
  }
  .maps .info {
    width: 100%;
    height: auto;
    background: #7a98cb;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 5vw 3vw;
  }
  .maps .info span {
    display: block;
  }
  .maps .info .line {
    width: 50px;
    border-top: 1px solid #fff;
    margin: 15px 0;
  }
  .maps .info h1 {
    font-family: "SDR";
    font-weight: 500;
    font-size: 20px;
  }
  .maps .info .box:last-child {
    margin-top: 50px;
  }
  .maps .info span {
    font-size: 13px;
    margin-top: 7px;
    font-weight: 300;
  }
  .maps .info span .ti {
    display: inline-block;
    width: 100px;
  }
  .footer {
    padding: 30px 0;
  }
  .footer .logobtm {
    margin-bottom: 20px;
  }
  .footer .logobtm img {
    width: 20%;
  }
  .footer .bmenu {
    margin-bottom: 20px;
  }
  .footer .bmenu a {
    color: #d8d8d8;
    font-size: 13px;
    padding: 0 8px;
  }
  .footer .bmenu a:hover {
    color: #fff;
  }
  .footer .lic {
    font-size: 12px;
    padding: 0 5vw;
    color: #969696;
    font-weight: 300;
    word-break: keep-all;
  }
  .footer .lic span {
    margin: 0 10px;
  }
  .footer .lic .license {
    margin-top: 10px;
  }
  .headerimg {
    width: 100%;
    height: 150px;
    border-bottom: 1px solid #efefef;
    background: url("../imgs/subimg.jpg") no-repeat center / cover;
    position: relative;
  }
  .headerimg .pageTitle {
    width: 100%;
    height: 150px;
    position: absolute;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  }
  .pagemenu {
    display: none;
  }
  .pagemenu.one {
    display: none;
  }
  .timg {
    width: 100%;
    display: none;
  }
  .content {
    padding: 20px 3vw;
  }

  .photoArea {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .photoArea .list {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #efefef;
    border-right: 0px;
    display: flex;
    flex-direction: row;
  }
  .photoArea .list span {
    font-size: 15px;
    border-bottom: 1px solid #efefef;
    margin-right: 20px;
    padding: 10px 0;
    color: #666666;
  }
  .photoArea .list span.on {
    color: #000;
  }
  .photoArea .photo {
    width: 100%;
    display: none;
  }
  .photoArea .photo.on {
    display: block;
  }
  .mainSlide {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    background: url("../imgs/bg01.jpg") no-repeat center / cover;
  }
  .mainSlide .slideWrap {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    height: 450px;
  }
  .mainSlide .slideWrap .inner img {
    width: 100%;
  }
  .mainSlide .slick-prev {
    position: absolute;
    right: 50px;
    bottom: 0;
    width: 48px;
    height: 48px;
    background: url("../imgs/prev.png") no-repeat center / 100% #fff;
    border: 0;
    z-index: 10;
  }
  .mainSlide .slick-next {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48px;
    height: 48px;
    background: url("../imgs/next.png") no-repeat center / 100% #fff;
    border: 0;
    z-index: 10;
  }
  .menu-toggle {
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
    cursor: pointer;
    position: absolute;
    right: 0;
    z-index: 1000;
    outline: none;
    top: 0;
    display: block;
  }

  .hamburger,
  .cross {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hamburger span {
    display: block;
    width: 18px;
    height: 2px;
    margin-bottom: 3px;
    overflow: hidden;
    position: relative;
  }
  .hamburger span:last-child {
    margin: 0;
  }
  .hamburger span:before,
  .hamburger span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    transform: translateX(-200%);
    transition: transform ease 300ms;
  }
  .hamburger span:after {
    transform: translateX(0);
  }
  .hamburger span:nth-child(2):before,
  .hamburger span:nth-child(2):after {
    transition-delay: 75ms;
  }
  .hamburger span:last-child:before,
  .hamburger span:last-child:after {
    transition-delay: 150ms;
  }
  .menu-toggle:hover .hamburger span:before {
    transform: translateX(0);
  }
  .menu-toggle:hover .hamburger span:after {
    transform: translateX(200%);
  }
  .menu-toggle.active .hamburger span:before {
    transform: translateX(100%);
  }
  .menu-toggle.active .hamburger span:after {
    transform: translateX(200%);
  }
  .cross span {
    display: block;
    width: 18px;
    height: 2px;
    background-color: rgb(255, 255, 255);
    transform: translateY(50%) rotate(45deg) scaleX(0);
    transition: transform ease 200ms;
  }
  .cross span:last-child {
    transform: translateY(-50%) rotate(-45deg) scaleX(0);
  }
  .menu-toggle.active .cross span {
    transition-delay: 450ms;
    transform: translateY(50%) rotate(45deg) scaleX(1);
  }
  .menu-toggle.active .cross span:last-child {
    transform: translateY(-50%) rotate(-45deg) scaleX(1);
  }
  .menu-toggle.active {
    position: fixed;
  }
  .allbg {
    display: none;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }
  .allbg.on {
    display: block;
  }
  .hd_pops_con {
    width: 90vw !important;
    height: auto !important;
    overflow: hidden;
  }
  .hd_pops_con iframe {
    width: 100%;
  }
}
