@charset "utf-8";
/* Reset & Adaptive Styles */
/* Color Variables */
/* unit of mobile */
/* Viewport Settings */
@viewport {
  width: device-width;
  zoom: 1;
}
@-ms-viewport {
  width: device-width;
}
/* Reset CSS */
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;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #333;
  background-color: #ebfffe;
}
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
/* Lists */
ol,
ul {
  list-style: none;
}
/* Links */
a {
  background-color: transparent;
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #bd1a2d;
}
/* Embedded content */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}
/* Forms */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Responsive Media */
video,
iframe,
embed,
object {
  max-width: 100%;
}
/* Selection */
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
/* Container */
.wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.topPhoto {
  background: url(20260408_top_photo_zwfwnrx.jpg) no-repeat center top;
  background-size: 100% 100%;
  height: 752px;
  max-width: 1920px;
  margin: 0 auto;
}
.introBox {
  margin-top: 60px;
  border: solid 25px #9bd5fe;
  border-radius: 50px;
  background: url(20260408_bg_intro_zwfwnrx.png) no-repeat right bottom;
  background-size: auto;
  padding: 0 340px 0 50px;
  display: flex;
  align-items: center;
  min-height: 300px;
  box-shadow: 0 10px 10px #c4e9ff;
}
.introBox p {
  font-size: 18px;
  line-height: 2;
  text-align: justify;
}
.addressBox {
  margin-top: 60px;
  border: solid 25px #9bd5fe;
  border-radius: 50px;
  box-shadow: 0 10px 10px #c4e9ff;
}
.addressBox .txtCon {
  padding: 0 30px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.addressBox .txtCon .left {
  width: 500px;
  height: 280px;
  flex-shrink: 0;
  margin-right: 30px;
}
.addressBox .txtCon .left img {
  width: 100%;
  height: 100%;
}
.addressBox .txtCon .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  line-height: 2;
}
.addressBox .txtCon .right p {
  margin-bottom: 10px;
}
.addressBox .txtCon .right span {
  font-weight: 600;
  margin-right: 10px;
}
.addressBox .prompt {
  margin: 30px 0;
  background: url(20260408_bg_open_time_zwfwnrx.png) no-repeat center top;
  background-size: 120% 100%;
  min-height: 116px;
  font-size: 18px;
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 100px;
}
.swiperBox {
  margin: 60px auto;
  border: solid 25px #9bd5fe;
  border-radius: 50px;
  box-shadow: 0 10px 10px #c4e9ff;
}
.swiperBox .navBox {
  padding: 30px 50px;
  position: relative;
  border-bottom: solid 2px #f0f0f0;
  margin: 0 30px;
}
.swiperBox .navBox .sxbl-nav {
  width: 100%;
}
.swiperBox .navBox .sxbl-nav .swiper-slide {
  width: 230px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  border-radius: 10px;
  margin-right: 20px;
}
.swiperBox .navBox .sxbl-nav .swiper-slide a {
  font-size: 18px;
}
.swiperBox .navBox .sxbl-nav .swiper-slide.active {
  background-color: #0e79fd;
}
.swiperBox .navBox .sxbl-nav .swiper-slide.active a {
  color: #FFF;
  font-weight: 600;
}
.swiperBox .navBox .nav-prev,
.swiperBox .navBox .nav-next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #0063cf;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.swiperBox .navBox .nav-prev.swiper-button-disabled,
.swiperBox .navBox .nav-next.swiper-button-disabled {
  background-color: #e2e2e2;
}
.swiperBox .navBox .nav-prev::before,
.swiperBox .navBox .nav-next::before {
  content: '';
  background: url(20260408_icon_right_arrow_zwfwnrx.png) no-repeat;
  background-size: 100% 100%;
  width: 18px;
  height: 12px;
  display: block;
  transform: rotate(180deg);
}
.swiperBox .navBox .nav-next {
  left: auto;
  right: 0;
}
.swiperBox .navBox .nav-next::before {
  transform: rotate(0);
}
.swiperBox .sxbl-swiper {
  margin: 40px 30px;
}
.swiperBox .sxbl-swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.swiperBox .sxbl-swiper .swiper-slide .left {
  width: 305px;
  height: 467px;
  flex-shrink: 0;
  margin-right: 20px;
}
.swiperBox .sxbl-swiper .swiper-slide .left img {
  width: 100%;
  height: 100%;
}
.swiperBox .sxbl-swiper .swiper-slide .txtCon {
  flex: 1;
}
.swiperBox .sxbl-swiper .swiper-slide .txtCon .tit {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}
.swiperBox .sxbl-swiper .swiper-slide .txtCon .desc {
  font-size: 18px;
  text-align: justify;
  line-height: 2;
}
.topBar {
  display: block;
}
.header {
  display: none;
}
.bottom {
  display: block;
}
.footer {
  display: none;
}
/* mobile */
@media (max-width: 750px) {
  .topBar {
    display: none;
  }
  .header {
    display: flex;
  }
  .bottom {
    display: none;
  }
  .footer {
    display: block;
  }
  html {
    font-size: 10vw;
  }
  body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
  }
  .wrap {
    width: auto;
  }
  .topPhoto {
    background-size: 150% 100%;
    height: 6rem;
  }
  .introBox {
    margin: 0.8rem 0.26666667rem 0;
    border: solid 0.4rem #9bd5fe;
    border-radius: 0.8rem;
    padding: 0 0.53333333rem 2.66666667rem;
    min-height: 4rem;
    box-shadow: 0 0.13333333rem 0.13333333rem #c4e9ff;
    background-size: 50%;
  }
  .introBox p {
    font-size: 0.4rem;
    padding-top: 0.4rem;
    line-height: 1.5;
  }
  .addressBox {
    margin: 0.8rem 0.26666667rem 0;
    border: solid 0.4rem #9bd5fe;
    border-radius: 0.8rem;
    box-shadow: 0 0.13333333rem 0.13333333rem #c4e9ff;
  }
  .addressBox .txtCon {
    padding: 0 0.4rem;
    margin-top: 0.4rem;
    flex-wrap: wrap;
  }
  .addressBox .txtCon .left {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    margin-right: 0;
  }
  .addressBox .txtCon .right {
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 0.4rem;
    line-height: 1.5;
    margin-top: 0.4rem;
  }
  .addressBox .txtCon .right p {
    padding-bottom: 10px;
    border-bottom: dashed 1px #EDEDED;
  }
  .addressBox .txtCon .right span {
    display: block;
  }
  .addressBox .prompt {
    margin: 0.4rem 0;
    min-height: auto;
    font-size: 0.4rem;
    padding: 0.4rem;
    text-align: justify;
    line-height: 1.5;
  }
  .swiperBox {
    margin: 0.8rem 0.26666667rem 0;
    border: solid 0.4rem #9bd5fe;
    border-radius: 0.8rem;
    box-shadow: 0 0.13333333rem 0.13333333rem #c4e9ff;
  }
  .swiperBox .navBox {
    padding: 0.4rem 0;
    margin: 0 0.4rem;
  }
  .swiperBox .navBox .sxbl-nav .swiper-slide {
    width: auto;
    height: 0.93333333rem;
    border-radius: 0.13333333rem;
    margin-right: 0.26666667rem;
    padding: 0 0.4rem;
  }
  .swiperBox .navBox .sxbl-nav .swiper-slide a {
    font-size: 0.45333333rem;
  }
  .swiperBox .navBox .nav-prev,
  .swiperBox .navBox .nav-next {
    display: none;
  }
  .swiperBox .sxbl-swiper {
    margin: 0.53333333rem 0.4rem;
  }
  .swiperBox .sxbl-swiper .swiper-slide {
    justify-content: flex-start;
    flex-direction: column;
  }
  .swiperBox .sxbl-swiper .swiper-slide .left {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .swiperBox .sxbl-swiper .swiper-slide .txtCon {
    flex: 1;
  }
  .swiperBox .sxbl-swiper .swiper-slide .txtCon .tit {
    font-size: 0.42666667rem;
    margin: 0.26666667rem 0;
  }
  .swiperBox .sxbl-swiper .swiper-slide .txtCon .desc {
    font-size: 0.4rem;
    line-height: 1.5;
  }
}
