@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Droid+Serif:400,700|Montserrat:300,400,500,600,700");
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent
}
body {
    line-height: 1
}
textarea {
    overflow: auto;
    margin: 0
}
input {
    border: 0 solid #fff;
    margin: 0;
    padding: 0
}
ol,
ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}
:focus {
    outline: 0
}
ins {
    text-decoration: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
a {
    color: #29308e;
    text-decoration: none;
    outline: none
}
a:hover {
    cursor: pointer;
    color: #333
}
input,
select,
textarea {
    font-family: arial, tahoma, times new roman;
    padding: 4px;
    color: #666
}
strong {
    font-weight: 700
}
em {
    font-style: italic
}
del {
    text-decoration: line-through
}
th {
    font-weight: 400
}
.left {
    float: left
}
.left,
.right {
    display: inline
}
.right {
    float: right
}
.clear {
    padding: 0;
    margin: 0
}
.after_clear:after,
.before_clear:before {
    content: "";
    display: block;
    clear: both
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}
h3 {
    font-size: 18px
}
.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list,
.slick-slider {
    position: relative;
    display: block
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}
.slick-list:focus {
    outline: none
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}
.slick-track:after {
    clear: both
}
.slick-loading .slick-track {
    visibility: hidden
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}
[dir=rtl] .slick-slide {
    float: right
}
.slick-slide img {
    display: block
}
.slick-slide.slick-loading img {
    display: none
}
.slick-slide.dragging img {
    pointer-events: none
}
.slick-initialized .slick-slide {
    display: block
}
.slick-loading .slick-slide {
    visibility: hidden
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}
.slick-arrow.slick-hidden {
    display: none
}
.slick-loading .slick-list {

}
@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url('fonts/slick.eot');
    src: url('fonts/slick.eot?#iefix') format("embedded-opentype"), url('fonts/slick.woff') format("woff"), url('fonts/slick.ttf') format("truetype"), url('fonts/slick.svg#slick') format("svg")
}
.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    border: none
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: none;
    background: transparent
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.slick-prev {
    left: -25px
}
[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}
.slick-prev:before {
    content: "←"
}
[dir=rtl] .slick-prev:before {
    content: "→"
}
.slick-next {
    right: -25px
}
[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}
.slick-next:before {
    content: "→"
}
[dir=rtl] .slick-next:before {
    content: "←"
}
.slick-dotted.slick-slider {
    margin-bottom: 30px
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}
.slick-dots li,
.slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}
.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}
body {
    color: #111;
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    position: relative;
    overflow-x: hidden
}
figure {
    margin: 0;
    padding: 0
}
figure img {
    vertical-align: middle
}
img {
    border: 0;
    max-width: 100%;
    height: auto
}
p {
    margin: 1px 0 15px;
    line-height: 20px
}
input,
select,
textarea {
    font-size: 12px;
    border: none;
    border: 1px solid #d8d8d8;
    padding: 10px;
    margin: 0;
    color: #111;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: Montserrat, sans-serif
}
textarea {
    resize: none
}
input[type=checkbox],
input[type=radio] {
    border: none
}
h1 {
    font-size: 32px
}
h2 {
    font-size: 28px
}
h3 {
    font-size: 24px
}
h4 {
    font-size: 20px
}
h5 {
    font-size: 16px
}
h6 {
    font-size: 14px
}
section {
    position: relative
}
.wrapper {
    width: 1170px;
    margin: 0 auto
}
.wrap-md {
    width: 1370px;
    margin: 0 auto
}
.wrap-large {
    padding: 0 80px
}
.wrap-sm {
    width: 970px;
    margin: 0 auto
}
.after_clear:after,
.before_clear:before,
.wrap-sm:after,
.wrapper:after,
section:after {
    clear: both;
    display: block;
    content: " "
}
.a-left {
    text-align: left
}
.a-right {
    text-align: right
}
.a-center {
    text-align: center
}
.italic {
    font-style: italic
}
.bold {
    font-weight: 700
}
.regular {
    font-weight: lighter
}
.fl {
    float: left
}
.fr {
    float: right
}
.clear {
    clear: both
}
.btn-rounded {
    font-size: 16px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 0 30px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    border: none;
    cursor: pointer
}
.btn-rounded.btn-pink {
    color: #fff;
    background: url('../images/material/bg-gradient.png') repeat-x
}
.btn-rounded.btn-pink:hover {
    background: url('../images/material/bg-gradient-x.png') repeat-x
}
.btn-rounded.btn-line-pink {
    border: 1px solid #b90b87;
    background: #f0f0f0;
    color: #b90b87
}
.btn-rounded.btn-line-pink:hover {
    background: #b90b87;
    color: #fff
}
.link-pink {
    color: #c948a3;
    font-size: 16px
}
.link-pink:hover {
    color: #a30074
}
.link-pink2 {
    color: #c948a3
}
.link-pink2:hover {
    color: #a30074
}
.link-download {
    position: relative;
    color: #b90b87;
    font-size: 14px;
    padding-left: 30px;
    line-height: 25px;
    display: inline-block
}
.link-download .icwp {
    position: absolute;
    top: 0;
    left: 0
}
.link-parking {
    position: relative;
    color: #b90b87;
    font-size: 14px;
    padding-left: 30px
}
.link-parking .icwp {
    position: absolute;
    top: 0;
    left: 0
}
.link-see-floor {
    position: relative;
    color: #b90b87;
    font-size: 14px;
    padding-left: 35px;
    display: inline-block;
    line-height: 30px
}
.link-see-floor .icwp {
    position: absolute;
    top: 0;
    left: 0
}
.icwp {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: top;
    display: inline-block;
    position: relative
}
.icwp:hover {
    background-position: bottom
}
.icwp.ic_search {
    background-image: url('../images/material/ic_search.png')
}
.icwp.ic_mouse {
    background-image: url('../images/material/ic_mouse.png');
    width: 19px;
    height: 29px
}
.icwp.ic_sale {
    background-image: url('../images/material/ic_sale.png');
    width: 13px;
    height: 13px
}
.icwp.ic_star {
    background-image: url('../images/material/ic_star.png');
    width: 13px;
    height: 13px
}
.icwp.ic_flag {
    background-image: url('../images/material/ic_flag.png');
    width: 13px;
    height: 13px
}
.icwp.ic_uniquo {
    background-image: url('../images/material/ic_uniquo.png');
    width: 18px;
    height: 23px
}
.icwp.ic_clock {
    background-image: url('../images/material/ic_clock.png');
    width: 18px;
    height: 23px
}
.icwp.ic_mark {
    background-image: url('../images/material/ic_mark.png');
    width: 18px;
    height: 23px
}
.icwp.ic_uniquo_white {
    background-image: url('../images/material/ic_uniquo_white.png');
    width: 17px;
    height: 23px
}
.icwp.ic_clock_white {
    background-image: url('../images/material/ic_clock_white.png');
    width: 17px;
    height: 23px
}
.icwp.ic_mark_white {
    background-image: url('../images/material/ic_mark_white.png');
    width: 17px;
    height: 23px
}
.icwp.ic_share {
    background-image: url('../images/material/ic_share.png');
    width: 16px;
    height: 15px
}
.icwp.ic_phone_pk {
    background-image: url('../images/material/ic_phone_pk.png');
    width: 25px;
    height: 25px
}
.icwp.ic_mail_pk {
    background-image: url('../images/material/ic_mail_pk.png');
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.icwp.ic_parking {
    background-image: url('../images/material/ic_parking.png');
    width: 20px;
    height: 19px
}
.icwp.ic_maps {
    background-image: url('../images/material/ic_maps.png');
    width: 25px;
    height: 25px
}
.icwp.ic_pdf {
    background-image: url('../images/material/ic_pdf.png');
    width: 17px;
    height: 23px
}
.icwp.ic_circ_fb {
    background-image: url('../images/material/ic_circ_fb.png');
    width: 18px;
    height: 18px
}
.icwp.ic_circ_tw {
    background-image: url('../images/material/ic_circ_tw.png');
    width: 18px;
    height: 18px
}
.icwp.ic_circ_mail {
    background-image: url('../images/material/ic_circ_mail.png');
    width: 18px;
    height: 18px
}
.icwp.ic_fb {
    background-image: url('../images/material/ic_fb.png');
    width: 34px;
    height: 29px
}
.icwp.ic_tw {
    background-image: url('../images/material/ic_tw.png');
    width: 34px;
    height: 29px
}
.icwp.ic_ig {
    background-image: url('../images/material/ic_ig.png');
    width: 34px;
    height: 29px
}
.icwp.ic_yt {
    background-image: url('../images/material/ic_yt.png');
    width: 34px;
    height: 29px
}
header {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff
}
header .logo {
    padding: 43px 0 0px;
    float: left;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: 0.2s all ease-out;
    -ms-transition: 0.2s all ease-out;
    -o-transition: 0.2s all ease-out
}
header .logo img {
    width: 245px;
    transition: width 0.2s ease-out;
    -webkit-transition: width 0.2s ease-out;
    -moz-transition: 0.2s width ease-out;
    -ms-transition: 0.2s width ease-out;
    -o-transition: 0.2s width ease-out
}
header .head-right {
    padding: 43px 0 0;
    float: right;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: 0.2s all ease-out;
    -ms-transition: 0.2s all ease-out;
    -o-transition: 0.2s all ease-out
}
header .head-right .nav-head,
header .head-right .subhead,
header .head-right .subhead .box-search {
    float: left
}
header .head-right .subhead .box-search:after {
    content: "";
    position: absolute;
    top: 7px;
    right: 0;
    height: 26px;
    width: 1px;
    background: #a9a9a9
}
header .head-right .subhead .box-lang {
    float: left;
    padding: 12px 0 0 20px;
}
header .head-right .subhead .box-lang a {
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #111;
    padding-right: 10px;
    margin-right: 10px
}
header .head-right .subhead .box-lang a:after {
    content: "/";
    font-size: 16px;
    color: #111;
    position: absolute;
    right: -4px;
    font-weight: 400
}
header .head-right .subhead .box-lang a:last-child {
    padding-right: 0;
    margin-right: 0
}
header .head-right .subhead .box-lang a:last-child:after {
    display: none
}
header .head-right .subhead .box-lang a:hover {
    color: #b90b87
}
header .head-right .subhead .box-lang a.active {
    font-weight: 500;
    color: #b90b87
}
header .burg-menu,
header .head-right .rssubhead {
    display: none
}
header .nav-head li {
    float: left
}
header .nav-head li a {
    display: block;
    height: 57px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 20px;
    color: #111;
    position: relative;
    transition: color 0.2s ease-out;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: 0.2s color ease-out;
    -ms-transition: 0.2s color ease-out;
    -o-transition: 0.2s color ease-out
}
header .nav-head li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #b90b87;
    width: 0;
    margin: 0 auto;
    transition: width 0.2s ease-out;
    -webkit-transition: width 0.2s ease-out;
    -moz-transition: 0.2s width ease-out;
    -ms-transition: 0.2s width ease-out;
    -o-transition: 0.2s width ease-out
}
header .nav-head li.active a,
header .nav-head li:hover a {
    color: #b90b87
}
header .nav-head li.active a:after,
header .nav-head li:hover a:after {
    width: 100%
}
header .box-search {
    position: relative
}
header .box-search span {
    display: block;
    height: 57px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 15px;
    cursor: pointer
}
header .box-search span .icwp {
    position: relative;
    top: 2px
}
header .box-search .drop-search {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10;
    background: rgba(185, 11, 135, .7);
    padding: 5px 10px;
    display: none
}
header .box-search .drop-search input {
    border: none;
    border-bottom: 2px solid #fff;
    width: 300px;
    background: transparent;
    color: #fff
}
header .box-search .drop-search ::-webkit-input-placeholder {
    color: #fff
}
header .box-search .drop-search:-moz-placeholder,
header .box-search .drop-search ::-moz-placeholder {
    color: #fff
}
header .box-search .drop-search:-ms-input-placeholder {
    color: #fff
}
header .box-lang {
    position: relative
}
header .box-lang span {
    display: block;
    height: 57px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 20px 0 33px;
    position: relative;
    cursor: pointer
}
header .box-lang span:before {
    left: 11px;
    background: url('../images/material/ic_world.png') no-repeat 50%
}
header .box-lang span:after,
header .box-lang span:before {
    content: "";
    position: absolute;
    top: 12px;
    width: 16px;
    height: 16px
}
header .box-lang span:after {
    right: 0;
    background: url('../images/material/arr-btm-sm.png') no-repeat 50%
}
header .box-lang .drop-lang {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10;
    background: #fff;
    padding: 10px 15px;
    display: none
}
header .box-lang .drop-lang ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px
}
header .box-lang .drop-lang ul li a {
    color: #111
}
header .box-lang .drop-lang ul li a:hover {
    color: #b90b87
}
header .box-lang .drop-lang ul li:last-child {
    margin-bottom: 0
}
header.float .logo {
    padding-top: 30px
}
header.float .logo img {
    width: 200px
}
header.float .head-right {
    padding-top: 30px
}
.loaderhome {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 10000
}
.loaderhome .logobg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/material/logo.png') no-repeat 50%;
    opacity: 0
}
.content-lg {
    padding-top: 101px
}
.slidehome {
    position: relative
}
.slidehome figure {
    height: 90vh;
    min-height: 640px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #fff
}
.slidehome .wrap-slide {
    padding: 0 80px
}
.slidehome .sliderhome .list {
    position: relative;
    overflow: hidden
}
.slidehome .sliderhome .list .desc {
    position: absolute;
    top: 115px;
    left: 0;
    right: 0;
    text-align: right;
    width: 1170px;
    margin: 0 auto
}
.slidehome .sliderhome .list .desc span {
    text-transform: uppercase;
    font-size: 14px;
    color: #5f5f5f;
    display: block;
    margin-bottom: 15px
}
.slidehome .sliderhome .list .desc h1 {
    font-family: Droid Serif;
    font-size: 80px;
    color: #b90b87;
    line-height: 90px;
    margin-bottom: 10px
}
.slidehome .sliderhome .list .desc h2 {
    font-family: Droid Serif;
    font-size: 57px;
    color: #b90b87;
    line-height: 64px;
    margin-bottom: 10px
}
.slidehome .sliderhome .list .desc p {
    font-size: 18px;
    line-height: 26px;
    color: #525252;
    float: right;
    width: 470px;
    margin: 30px 0 20px
}
.slidehome .nav-slidehome {
    position: absolute;
    top: 600px;
    left: 0;
    right: 0
}
.slidehome .nav-slidehome .inner-nav-slidehome {
    float: right;
    width: 50px
}
.slidehome .nav-slidehome .inner-nav-slidehome a {
    display: block;
    position: relative;
    margin-bottom: 10px
}
.slidehome .nav-slidehome .inner-nav-slidehome a,
.slidehome .nav-slidehome .inner-nav-slidehome a:before {
    height: 7px;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: 0.2s all ease-out;
    -ms-transition: 0.2s all ease-out;
    -o-transition: 0.2s all ease-out
}
.slidehome .nav-slidehome .inner-nav-slidehome a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 7px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: #a1a1a1
}
.slidehome .nav-slidehome .inner-nav-slidehome a span {
    font-size: 24px;
    color: #b90b87;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: 0.2s all ease-out;
    -ms-transition: 0.2s all ease-out;
    -o-transition: 0.2s all ease-out
}
.slidehome .nav-slidehome .inner-nav-slidehome a.active,
.slidehome .nav-slidehome .inner-nav-slidehome a:hover {
    height: 25px
}
.slidehome .nav-slidehome .inner-nav-slidehome a.active:before,
.slidehome .nav-slidehome .inner-nav-slidehome a:hover:before {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    height: 25px;
    background: #b90b87
}
.slidehome .nav-slidehome .inner-nav-slidehome a.active span,
.slidehome .nav-slidehome .inner-nav-slidehome a:hover span {
    opacity: 1;
    visibility: visible
}
.slidehome .scbtm {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}
.slidehome .scbtm .wrapper {
    position: relative
}
.slidehome .scbtm .inner-scbtm {
    position: absolute;
    bottom: 0;
    right: 270px;
    padding-bottom: 71px;
    cursor: pointer
}
.slidehome .scbtm .inner-scbtm:after {
    content: "";
    width: 1px;
    height: 45px;
    background: #4b4b4b;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: height 0.1s ease-out;
    -webkit-transition: height 0.1s ease-out;
    -moz-transition: 0.1s height ease-out;
    -ms-transition: 0.1s height ease-out;
    -o-transition: 0.1s height ease-out
}
.slidehome .scbtm .inner-scbtm:hover:after {
    height: 65px
}
.sc-info {
    padding: 65px 0;
    position: relative
}
.sc-info .trig-info {
    position: absolute;
    top: 40%
}
.ttl {
    color: #525252;
    text-align: center;
    font-size: 18px
}
.ttl h2 {
    font-size: 40px;
    color: #000;
    font-family: Droid Serif;
    width: 700px;
    margin: 0 auto 20px
}
.ttl p {
    width: 700px;
    margin: 0 auto;
    line-height: 30px
}
.ttl figure {
    text-align: center;
    margin-bottom: 50px
}
.ttl figure img {
    max-height: 90px
}
.ttl.tfulll h2,
.ttl.tfulll p {
    width: 100%
}
.ttl.margbtm {
    margin-bottom: 55px
}
.ttl.a-left {
    text-align: left
}
.location_map{
  text-align: center;
  padding-bottom: 1em;
}
.location_map h3{
    color: #b90b87;
    margin: 0 auto 20px;
}
.location_map h4{
    margin: 0 auto 20px;
}
.location_map p{
  font-size: 16px;
}
.tab-info {
    margin-top: 85px
}
.tab-info .btn-tab-info {
    padding: 0 200px;
    margin-bottom: 30px;
    text-align: center
}
.tab-info .btn-tab-info:after {
    content: "";
    clear: both;
    display: block
}
.tab-info .btn-tab-info a {
    position: relative;
    width: 24.5%;
    box-sizing: border-box;
    padding: 0 10px 15px;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    transition: color 0.1s ease-out;
    -webkit-transition: color 0.1s ease-out;
    -moz-transition: 0.1s color ease-out;
    -ms-transition: 0.1s color ease-out;
    -o-transition: 0.1s color ease-out;
    display: inline-block
}
.tab-info .btn-tab-info a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 5px;
    height: 0;
    background: #b90b87;
    transition: height 0.1s ease-out;
    -webkit-transition: height 0.1s ease-out;
    -moz-transition: 0.1s height ease-out;
    -ms-transition: 0.1s height ease-out;
    -o-transition: 0.1s height ease-out
}
.tab-info .btn-tab-info a.active,
.tab-info .btn-tab-info a:hover {
    color: #b90b87
}
.tab-info .btn-tab-info a.active:after,
.tab-info .btn-tab-info a:hover:after {
    height: 3px
}
.tab-info .btn-tab-info.a-left {
    text-align: left;
    padding: 0;
    display: inline-block
}
.tab-info .btn-tab-info.a-left a {
    width: auto;
    margin-right: 20px
}
.tab-info .bot-top-tab {
    display: block
}
.tab-info .bot-top-tab:after {
    content: "";
    display: block;
    clear: both
}
.tab-info .ctn-tab-info .list-tab-info {
    display: none
}
.tab-info .ctn-tab-info .list-tab-info.active {
    display: block
}
.box-search-list input {
    border: 1px solid #959595;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: 40px;
    padding: 0 18px;
    width: 280px;
    box-sizing: border-box;
    font-size: 14px;
    color: #525252;
    font-weight: 500
}
.box-tab-rs {
    display: none
}
.box-sub-info .list-sub-info {
    width: 33.3333%;
    float: left
}
.box-sub-info .list-sub-info .sub-one,
.box-sub-info .list-sub-info .sub-two {
    overflow: hidden
}
.box-sub-info .list-sub-info img {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: 0.2s all ease-out;
    -ms-transition: 0.2s all ease-out;
    -o-transition: 0.2s all ease-out;
    width: 100%
}
.box-sub-info .list-sub-info img:hover {
    transform: scale(1.02) !important;
    -webkit-transform: scale(1.02) !important;
    -moz-transform: scale(1.02) !important;
    -ms-transform: scale(1.02) !important;
    -o-transform: scale(1.02) !important
}
.box-sub-info span.category{
  position: absolute;
  top: 0;
  left: 0;
  background: #b60081;
  padding: 10px;
  color: #fff;
}
.sc-shopping {
    background: #f0f0f0;
    padding: 82px 0 85px;
    position: relative
}
.sc-shopping .trig-shopping {
    position: absolute;
    top: 40%
}
.box-sh-guide {
    font-size: 16px;
    color: #000;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    box-sizing: border-box;
    margin-top: 50px
}
.box-sh-guide:after {
    content: "";
    clear: both;
    display: block
}
.box-sh-guide select {
    width: 20%;
    float: left;
    height: 58px;
    font-size: 16px;
    color: #000;
    border: none;
    padding: 0 50px 0 30px;
    box-sizing: border-box;
    border: 1px solid #707070;
    border-left: none;
    background: #fff url('../images/material/arr-select.png') no-repeat 100%
}
.box-sh-guide select:first-child {
    border-radius: 50px 0 0 50px;
    -webkit-border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    -ms-border-radius: 50px 0 0 50px;
    -o-border-radius: 50px 0 0 50px;
    border-left: 1px solid #707070
}
.box-sh-guide .box-search-guide {
    float: left;
    width: 40%
}
.box-sh-guide .box-search-guide input[type=text] {
    border: none;
    height: 58px;
    box-sizing: border-box;
    width: 75%;
    font-size: 16px;
    color: #000;
    float: left;
    padding: 0 30px;
    font-style: italic;
    border: 1px solid #707070;
    border-left: none;
    border-right: none
}
.box-sh-guide .box-search-guide .btn-go-search {
    width: 25%;
    float: right;
    height: 58px;
    font-size: 16px;
    color: #fff;
    background: #3786e3;
    border: none;
    border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    -ms-border-radius: 0 50px 50px 0;
    -o-border-radius: 0 50px 50px 0;
    cursor: pointer;
    border-right: 1px solid #707070;
    transition: background 0.2s ease-out;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: 0.2s background ease-out;
    -ms-transition: 0.2s background ease-out;
    -o-transition: 0.2s background ease-out
}
.box-sh-guide .box-search-guide .btn-go-search:hover {
    background: #226bc1
}
.box-popup-filter,
.box-sh-rs {
    display: none
}
.sc-newshome {
    padding: 70px 0 30px;
    position: relative
}
.sc-newshome .bg-news {
    background: url('../images/material/bg-news-home.png') no-repeat 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}
.sc-newshome .trig-news {
    position: absolute;
    top: 40%
}
.sc-newshome .trig-sponsor {
    position: absolute;
    bottom: 12%
}
.box-news-update {
    margin-bottom: 72px
}
.box-news-update .box-news-top {
    position: relative
}
.box-news-update .box-news-top h1 {
    width: 500px;
    font-size: 72px;
    color: #111;
    font-family: Droid Serif;
    line-height: 80px;
    padding: 57px 80px 44px;
    box-sizing: border-box;
    text-align: right
}
.box-news-update .box-news-top .box-bg-news {
    background: url('../images/content/homenews-img.jpg') no-repeat 100% 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 830px;
    height: 480px;
    z-index: -1
}
.box-news-update .box-news-bottom {
    font-size: 20px;
    line-height: 26px;
    color: #525252
}
.box-news-update .box-news-bottom:after {
    content: "";
    clear: both;
    display: block
}
.box-news-update .box-news-bottom h2 {
    font-size: 36px;
    color: #000;
    line-height: 45px;
    margin-bottom: 30px
}
.box-news-update .box-news-bottom h5 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #525252;
    line-height: 24px
}
.box-news-update .box-news-bottom p {
    line-height: 26px;
    margin-bottom: 40px
}
.box-news-update .box-news-bottom a {
    font-size: 16px
}
.box-news-update .box-news-bottom .list-news-bottom {
    float: left
}
.box-news-update .box-news-bottom .list-news-bottom .inner-list-news {
    box-sizing: border-box
}
.box-news-update .box-news-bottom .list-news-bottom.large {
    width: 42.73%
}
.box-news-update .box-news-bottom .list-news-bottom.large .inner-list-news {
    height: 500px;
    background: #f3f1e3;
    padding: 77px 28px
}
.box-news-update .box-news-bottom .list-news-bottom.small {
    width: 28.2%;
    padding-top: 228px
}
.box-news-update .box-news-bottom .list-news-bottom.small .inner-list-news {
    height: 272px;
    background: transparent;
    padding: 54px 24px
}
.box-news-update .box-news-bottom .list-news-bottom.small .inner-list-news h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 500
}
.box-news-update .box-news-bottom .list-news-bottom.small .inner-list-news h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px
}
.box-news-update .box-news-bottom .list-news-bottom.small .inner-list-news p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px
}
.box-list-sponsor {
    position: relative
}
.box-list-sponsor:before {
    content: "";
    height: 1px;
    background: #b7b7b7;
    position: absolute;
    top: 0;
    left: -100px;
    right: -100px
}
.box-list-sponsor .list-sponsor {
    float: left;
    width: 16.66666666666666%;
    box-sizing: border-box;
    padding: 10px
}
.box-list-sponsor .list-sponsor figure img {
    filter:grayscale(100%);
    box-shadow: grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    -o-filter:grayscale(100%);
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: 0.2s all ease-out;
    -ms-transition: 0.2s all ease-out;
    -o-transition: 0.2s all ease-out;
    position: relative;
    top: 0
}
.box-list-sponsor .list-sponsor:hover figure img {
    filter:grayscale(0);
    box-shadow: grayscale(0);
    -moz-filter:grayscale(0);
    -ms-filter:grayscale(0);
    -o-filter:grayscale(0);
    top: -5px
}
.box-sosmed a {
    padding: 0 5px
}
.banner {
    position: relative
}
.banner > figure {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}
.banner iframe {
    width: 100%;
    height: 600px
}
.banner .desc-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding-bottom: 48px
}
.banner .desc-banner h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    margin-bottom: 10px
}
.banner .box-bread {
    color: #fff;
    font-size: 14px;
    color: #a0a0a0
}
.banner .box-bread a {
    color: #a0a0a0
}
.banner .box-bread a.active,
.banner .box-bread a:hover {
    color: #fff
}
.banner .box-bread span {
    display: inline-block;
    margin: 0 5px
}
.banner.maps:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/material/bg-maps.png') no-repeat bottom;
    background-size: 100%
}
.banner.bansub .desc-banner {
    padding-bottom: 0
}
.banner.bansub .submenu {
    margin-top: 35px
}
.submenu {
    background: #e9e9e9
}
.submenu:after {
    content: "";
    clear: both;
    display: block
}
.submenu .left {
    font-size: 18px;
    color: #b90b87;
    line-height: 50px;
    padding-left: 20px
}
.submenu .right > span {
    font-size: 14px;
    color: #898889;
    line-height: 50px;
    margin-right: 15px;
    z-index: 100
}
.submenu .right .box-submenu,
.submenu .right > span {
    float: left;
    position: relative
}
.submenu .right .box-submenu:before {
    content: "";
    position: absolute;
    top: 0;
    height: 50px;
    background: #b90b87;
    right: 0;
    z-index: 1;
    width: 340px;
    opacity: 0;
    transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: 0.2s opacity ease-out;
    -ms-transition: 0.2s opacity ease-out;
    -o-transition: 0.2s opacity ease-out
}
.submenu .right .box-submenu .btn-submenu {
    width: 50px;
    height: 50px;
    background: #b90b87;
    position: relative;
    cursor: pointer;
    z-index: 100
}
.submenu .right .box-submenu .btn-submenu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url('../images/material/arr-btm-white.png') no-repeat 50%;
    transition: transform 0.2s ease-out;
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: 0.2s transform ease-out;
    -ms-transition: 0.2s transform ease-out;
    -o-transition: 0.2s transform ease-out
}
.submenu .right .box-submenu .btn-submenu:hover {
    background: #a00172
}
.submenu .right .box-submenu .drop-submenu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 340px;
    z-index: 10;
    display: none
}
.submenu .right .box-submenu .drop-submenu .box-list-submenu {
    padding: 10px 0;
    background: hsla(0, 0%, 73%, 0.9)
}
.submenu .right .box-submenu .drop-submenu .box-list-submenu .list-submenu {
    padding: 10px 20px;
    border-bottom: 1px solid #b7b7b7;
    text-align: right
}
.submenu .right .box-submenu .drop-submenu .box-list-submenu .list-submenu a {
    font-size: 16px;
    color: #525252
}
.submenu .right .box-submenu .drop-submenu .box-list-submenu .list-submenu:last-child {
    border-bottom: none
}
.submenu .right .box-submenu .drop-submenu .box-list-submenu .list-submenu.active a,
.submenu .right .box-submenu .drop-submenu .box-list-submenu .list-submenu:hover a {
    color: #b90b87
}
.submenu .right .box-submenu .drop-submenu.active {
    display: block
}
.submenu .right .box-submenu.active .btn-submenu {
    background: #a00172
}
.submenu .right .box-submenu.active .btn-submenu:before {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg)
}
.submenu .right.active > span {
    color: #fff
}
.submenu .right.active .box-submenu:before {
    opacity: 1
}
.box-list-event {
    margin: 80px -15px 0
}
.box-list-event .row-list-event {
    margin-bottom: 55px;
    position: relative
}
.box-list-event .row-list-event:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -100px;
    right: -100px;
    background: #b7b7b7;
    height: 1px
}
.box-list-event .row-list-event:after {
    content: "";
    clear: both;
    display: block
}
.box-list-event .list-event {
    width: 33.333333333333336%;
    float: left;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 50px
}
.box-list-event .list-event figure {
    position: relative;
    margin-bottom: 30px
}
.box-list-event .list-event figure .lbl-list {
    position: absolute;
    top: -20px;
    right: 20px;
    background: rgba(55, 134, 227, .85);
    color: #fff;
    text-align: center;
    padding: 16px 14px
}
.box-list-event .list-event figure .lbl-list h3 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 8px
}
.box-list-event .list-event figure .lbl-list span {
    display: block;
    text-transform: uppercase;
    margin-bottom: 8px
}
.box-list-event .list-event .desc-event h5 {
    font-size: 22px;
    color: #000;
    line-height: 29px;
    height: 58px;
    overflow: hidden;
    margin-bottom: 20px
}
.box-list-event .list-event .desc-event h5:hover {
    color: #b90b87
}
.lbl {
    font-size: 12px;
    color: #a0a0a0;
    line-height: 16px;
    margin-bottom: 10px
}
.lbl .icwp {
    margin-right: 7px;
    vertical-align: middle
}
.box-list-markk .list-markk {
    position: relative;
    padding-left: 35px;
    font-size: 14px;
    color: #525252;
    line-height: 20px;
    margin-bottom: 10px
}
.box-list-markk .list-markk .icwp {
    position: absolute;
    top: 0;
    left: 0
}
.box-list-markk.white {
    color: #fff
}
.box-pagination .inner-pagination {
    display: block;
    width: 1030px;
    margin: 0 auto;
    position: relative;
    color: #b1b2b3;
    font-size: 14px;
    padding-top: 12px
}
.box-pagination .inner-pagination:after {
    content: "";
    clear: both;
    display: block
}
.box-pagination .inner-pagination a {
    color: #b1b2b3;
    font-size: 14px
}
.box-pagination .inner-pagination a.prev {
    float: left;
    position: relative;
    padding-left: 55px
}
.box-pagination .inner-pagination a.prev:before {
    content: "";
    width: 22px;
    height: 18px;
    background: url('../images/material/arr-prev.png') no-repeat 50%;
    position: absolute;
    top: -2px;
    left: 16px;
    opacity: .5;
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: 0.1s all ease-out;
    -ms-transition: 0.1s all ease-out;
    -o-transition: 0.1s all ease-out
}
.box-pagination .inner-pagination a.prev:hover:before {
    left: 5px;
    opacity: 1
}
.box-pagination .inner-pagination a.next {
    float: right;
    position: relative;
    padding-right: 55px
}
.box-pagination .inner-pagination a.next:before {
    content: "";
    width: 22px;
    height: 18px;
    background: url('../images/material/arr-next.png') no-repeat 50%;
    position: absolute;
    top: -2px;
    right: 16px;
    opacity: .5;
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: 0.1s all ease-out;
    -ms-transition: 0.1s all ease-out;
    -o-transition: 0.1s all ease-out
}
.box-pagination .inner-pagination a.next:hover:before {
    right: 5px;
    opacity: 1
}
.box-pagination .inner-pagination .pag-center {
    width: 150px;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.box-pagination .inner-pagination .pag-center b {
    font-size: 30px;
    color: #b90b87;
    font-weight: 400;
    margin: 0 5px 0 15px
}
.box-pagination .inner-pagination.full {
    width: auto
}
.sc-event {
    padding: 65px 0 120px;
    min-height: 74.5vh;
    box-sizing: border-box
}
.sc-content {
    padding: 80px 0 120px
}
.wrap-slide-detail {
    margin-bottom: 120px;
    position: relative
}
.box-detail-event {
    padding: 0 100px;
    color: #000;
    margin-bottom: 75px
}
.box-detail-event h3 {
    font-size: 30px;
    color: #000;
    margin-bottom: 40px
}
.box-detail-event p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px
}
.box-slide-event {
    width: 853px
}
.wrapp-box-slide-thumb-detail {
    position: absolute;
    bottom: -54px;
    right: 0;
    width: 251px
}
.box-slide-thumb-detail {
    background: #3786e3
}
.box-slide-thumb-detail.slick-dotted.slick-slider {
    margin-bottom: 0
}
.box-slide-thumb-detail .list-thumb {
    color: #fff
}
.box-slide-thumb-detail .list-thumb h5 {
    font-size: 30px;
    margin-bottom: 10px
}
.box-slide-thumb-detail .list-thumb .thmb-top {
    position: relative;
    text-align: center;
    padding: 42px 10px
}
.box-slide-thumb-detail .list-thumb .thmb-top:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #fff
}
.box-slide-thumb-detail .list-thumb .thmb-top:after {
    content: "";
    clear: both;
    display: block
}
.box-slide-thumb-detail .list-thumb .thmb-top span {
    text-transform: uppercase
}
.box-slide-thumb-detail .list-thumb .thmb-top .left,
.box-slide-thumb-detail .list-thumb .thmb-top .right {
    width: 50%;
    float: left;
    padding: 0 26px;
    box-sizing: border-box
}
.box-slide-thumb-detail .list-thumb .thmb-top .strip {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: auto
}
.box-slide-thumb-detail .list-thumb .thmb-bottom {
    padding: 30px 36px
}
.box-slide-thumb-detail .list-thumb .thmb-bottom .box-list-markk .list-markk {
    color: #fff
}
.box-slide-thumb-detail .slick-dots {
    bottom: 20px;
    left: -80px;
    width: 80px
}
.box-slide-thumb-detail .slick-dots li {
    width: auto
}
.box-slide-thumb-detail .slick-dots li button {
    padding: 0;
    width: 6px;
    height: 6px;
    background: #a1a1a1;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: 0.2s all linear;
    -ms-transition: 0.2s all linear;
    -o-transition: 0.2s all linear
}
.box-slide-thumb-detail .slick-dots li button:before {
    display: none
}
.box-slide-thumb-detail .slick-dots li.slick-active button {
    background: #b90b87;
    width: 25px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}
.box-share-sm label {
    font-size: 16px;
    color: #a1a1a1
}
.box-share-sm label,
.box-share-sm label .icwp {
    vertical-align: middle;
    margin-right: 10px
}
.box-share-sm a {
    margin: 0 5px;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle
}
.box-other-info {
    padding-top: 80px;
    position: relative
}
.box-other-info h4 {
    font-size: 24px;
    color: #000;
    font-family: Droid Serif
}
.box-other-info.br-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100px;
    right: -100px;
    height: 1px;
    background: #b7b7b7
}
.box-loc {
    margin: 110px auto 50px;
    width: 970px
}
.box-loc:after {
    content: "";
    clear: both;
    display: block
}
.box-loc .left-loc {
  width: 34.63%;
  float: none;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  text-align: center;
  margin: auto;
  font-size: 16px;
  line-height: 26px;
  color: #525252;
}
.box-loc .left-loc:before {
    position: absolute;
    top: -30px;
    bottom: -30px;
    right: 0;
    width: 2px;
    background: #e1e1e1
}
.box-loc .left-loc h5 {
    font-weight: 700;
    color: #b90b87
}
.box-loc .left-loc p {
    line-height: 26px
}
.box-loc .left-loc .box-phone {
    margin-bottom: 40px
}
.box-loc .right-loc {
    width: 58.76%;
    float: right
}
.box-phone .list-phone {
    position: relative;
    padding-left: 42px;
    margin-bottom: 10px;
    word-wrap: break-word
}
.box-phone .list-phone .icwp {
    position: absolute;
    top: 0;
    left: 0
}
.box-phone .list-phone a {
    color: #525252
}
.box-form input[type=email],
.box-form input[type=number],
.box-form input[type=text],
.box-form select,
.box-form textarea {
    padding: 0 15px;
    height: 45px;
    font-size: 16px;
    color: #525252;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #959595;
    width: 100%;
    box-sizing: border-box
}
.box-form ::-webkit-input-placeholder {
    color: #b6b6b6
}
.box-form:-moz-placeholder,
.box-form ::-moz-placeholder {
    color: #b6b6b6
}
.box-form:-ms-input-placeholder {
    color: #b6b6b6
}
.box-form textarea {
    height: 125px;
    padding-top: 15px;
    padding-bottom: 15px
}
.box-form .row {
    margin-bottom: 25px
}
.box-filter {
    margin-bottom: 30px
}
.box-filter:after {
    content: "";
    clear: both;
    display: block
}
.box-filter select {
    float: left;
    padding: 0 50px 0 15px;
    box-sizing: border-box;
    cursor: pointer;
    background: #fff url('../images/material/arr-select-small.png') no-repeat 100%;
    margin-right: 25px
}
.box-filter input[type=text],
.box-filter select {
    height: 40px;
    font-size: 14px;
    color: #525252;
    border: 1px solid #707070;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}
.box-filter input[type=text] {
    padding: 0 15px;
    width: 275px
}
.box-filter ::-webkit-input-placeholder {
    color: #525252
}
.box-filter :-moz-placeholder,
.box-filter ::-moz-placeholder {
    color: #525252
}
.box-filter :-ms-input-placeholder {
    color: #525252
}
.box-list-shopping {
    margin: 100px -15px
}
.box-list-shopping:after {
    content: "";
    clear: both;
    display: block
}
.box-list-shopping .list-shopping {
    padding: 0 15px;
    width: 25%;
    box-sizing: border-box;
    float: left;
    margin-bottom: 30px
}
.box-list-shopping .list-shopping figure {
    margin-bottom: 27px
}
.box-list-shopping .list-shopping a {
    color: #000
}
.box-list-shopping .list-shopping a:hover {
    color: #b90b87
}
.box-list-shopping .list-shopping .inner-shopping {
    border: 1px solid #959595;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 20px
}
.box-list-shopping .list-shopping .desc-shopping h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px
}
.box-list-shopping .list-shopping .desc-shopping span {
    display: block;
    font-size: 14px;
    color: #a0a0a0;
    letter-spacing: 1px
}
.box-list-shopping .list-shopping .tmaps {
    font-size: 18px;
    color: #000;
    padding: 0 32px 10px 0;
    position: relative;
    line-height: 24px;
    margin: 20px 0 35px;
    border-bottom: 1px solid #d7d7d7;
    letter-spacing: 0.5px
}
.box-list-shopping .list-shopping .tmaps:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 17px;
    height: 23px;
    background: url('../images/material/ic_mark_grey.png') no-repeat 50%
}
.box-list-shopping .list-shopping:nth-child(4n + 1) {
    clear: both
}
.img-dt {
    margin: 0 -10px 65px;
    text-align: center
}
.img-dt:after {
    content: "";
    clear: both;
    display: block
}
.img-dt .left,
.img-dt .right {
    width: 49%
}
.img-dt .ls-img-dt {
    width: 49%;
    box-sizing: border-box;
    padding: 0 10px;
    position: relative;
    text-align: left;
    display: inline-block
}
.img-dt .ls-img-dt > figure img {
    width: 100%
}
.img-dt .ls-img-dt .box-thumb-detail {
    display: none
}
.img-dt.wmr {
    margin-top: 85px
}
.img-dt.wthumb {
    margin-bottom: 100px
}
.img-dt.wthumb .ls-img-dt {
    position: relative
}
.img-dt.wthumb .ls-img-dt .box-thumb-detail {
    position: absolute;
    bottom: -50px;
    right: 5px;
    display: block
}
.box-thumb-detail {
    background: #3786e3;
    color: #fff
}
.box-thumb-detail h5 {
    font-size: 24px;
    margin-bottom: 10px
}
.box-thumb-detail .thmb-top {
    position: relative;
    text-align: center;
    padding: 25px 10px
}
.box-thumb-detail .thmb-top:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #fff
}
.box-thumb-detail .thmb-top:after {
    content: "";
    clear: both;
    display: block
}
.box-thumb-detail .thmb-top span {
    text-transform: uppercase
}
.box-thumb-detail .thmb-top .left,
.box-thumb-detail .thmb-top .right {
    width: 50%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box
}
.box-thumb-detail .thmb-bottom {
    padding: 15px 20px
}
.box-thumb-detail .thmb-bottom .box-list-markk .list-markk {
    color: #fff;
    font-size: 12px
}
.box-aside:after {
    content: "";
    clear: both;
    display: block
}
.box-aside article,
.box-aside aside {
    box-sizing: border-box
}
.box-aside aside {
    float: left;
    width: 17.52%;
    font-size: 14px;
    line-height: 20px;
    color: #525252;
    padding-right: 25px;
    position: relative
}
.box-aside aside:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: #898989;
    background: -webkit-gradient(left top,right top,color-stop(0,#898989),color-stop(100%,#fff));
    background: linear-gradient(90deg,#898989 0,#fff);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#898989", endColorstr="#ffffff", GradientType=1)
}
.box-aside aside h5 {
    font-size: 18px;
    color: #b90b87;
    font-weight: 500;
    margin-bottom: 8px
}
.box-aside aside p {
    line-height: 20px
}
.box-aside aside .ls-ct {
    margin-bottom: 30px
}
.box-aside aside .level-label {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    color: #525252;
    margin: 10px 0
}
.box-aside aside .level-label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/material/ic_mark_grey.png') no-repeat 50%;
    width: 17px;
    height: 23px
}
.box-aside article {
    float: right;
    width: 79.38%;
    font-size: 20px;
    line-height: 28px;
    color: #525252
}
.box-aside article h5 {
    font-size: 20px;
    color: #000;
    line-height: 28px;
    font-weight: 500
}
.box-aside article p {
    line-height: 28px
}
.box-mallinfo {
    position: relative;
    margin-bottom: 60px;
    margin-top: 70px;
    min-height: 400px
}
.box-mallinfo:after {
    content: "";
    clear: both;
    display: block
}
.box-mallinfo .left-mallinfo {
    width: 58%;
    float: left;
    position: absolute;
    top: 0;
    left: 0
}
.box-mallinfo .right-mallinfo {
    width: 51%;
    position: relative;
    margin-top: 17px;
    box-sizing: border-box;
    background: #fff;
    padding: 30px 20px;
    font-size: 14px;
    line-height: 20px;
    color: #525252;
    float: right
}
.box-mallinfo .right-mallinfo h5 {
    font-size: 18px;
    color: #b90b87;
    font-weight: 500;
    margin-bottom: 8px
}
.box-mallinfo .right-mallinfo p {
    line-height: 20px
}
.box-mallinfo .right-mallinfo .navslidermall {
    width: 100%
}
.box-nummall {
    line-height: 24px;
    font-size: 14px
}
.box-nummall:after {
    content: "";
    display: block;
    clear: both
}
.box-nummall .leftnummall {
    clear: both;
    float: left;
    width: 130px
}
.box-nummall .rightnummall {
    float: right;
    width: 315px;
    position: relative
}
.box-nummall .rightnummall:before {
    content: ":";
    position: absolute;
    top: 0;
    left: -10px
}
.box-list-estate {
    margin: 0 -15px
}
.box-list-estate .list-estate {
    width: 16.66666666666666%;
    float: left;
    box-sizing: border-box;
    padding: 25px 15px;
    position: relative;
    text-align: center;
    letter-spacing: 0.5px
}
.box-list-estate .list-estate:before {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    width: 2px;
    background: #e1e1e1
}
.box-list-estate .list-estate h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: #b90b87
}
.box-list-estate .list-estate span {
    display: block;
    color: #b90b87;
    font-size: 12px;
    line-height: 16px
}
.box-list-estate .list-estate p {
    font-size: 14px;
    line-height: 24px;
    color: #525252;
    margin-top: 25px
}
.box-list-estate .list-estate:last-child:before {
    display: none
}
.box-list-release {
    margin: 0 -15px
}
.box-list-release .list-release {
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 35px
}
.box-list-release .list-release h3 {
    font-size: 24px;
    line-height: 32px;
    color: #000;
    height: 64px;
    overflow: hidden;
    margin-bottom: 40px
}
.box-list-release .list-release h5 {
    font-size: 16px;
    line-height: 24px;
    color: #525252;
    margin-bottom: 5px
}
.box-list-release .list-release .inner-release {
    padding: 20px;
    border: 1px solid #959595
}
.box-list-release .list-release:nth-child(odd) {
    clear: both
}
.filter-info {
    margin-bottom: 85px
}
.filter-info:after {
    content: "";
    clear: both;
    display: block
}
.filter-info select {
    float: left;
    height: 40px;
    font-size: 14px;
    color: #525252;
    padding: 0 50px 0 15px;
    box-sizing: border-box;
    border: 1px solid #707070;
    background: #fff url('../images/material/arr-select-small.png') no-repeat 100%;
    margin-right: 25px
}
.gn-content h6 {
    font-size: 18px;
    color: #000;
    line-height: 26px;
    margin-bottom: 20px
}
.gn-content ul li {
    padding-left: 38px;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: #525252;
    margin-bottom: 10px
}
.gn-content ul li:before {
    content: "";
    background: #b90b87;
    width: 17px;
    height: 3px;
    position: absolute;
    top: 10px;
    left: 8px
}
.gn-content table {
    width: 100%;
    border: 1px solid #959595;
    border-top: none
}
.gn-content table td,
.gn-content table th {
    text-align: center;
    vertical-align: middle
}
.gn-content table th {
    color: #fff;
    font-size: 18px;
    padding: 15px 10px
}
.gn-content table td {
    font-size: 16px;
    color: #525252;
    line-height: 32px;
    padding: 15px 10px;
    border-right: 1px solid #959595
}
.gn-content table td:first-child {
    vertical-align: top
}
.gn-content table td:last-child {
    border-right: none
}
.gn-content table tr {
    border-bottom: 1px solid #959595
}
.gn-content table tr:last-child {
    border-bottom: none
}
.gn-content table thead {
    background: #c02c94
}
.box-membership {
    margin: 95px 0 75px
}
.box-benefit .left,
.box-benefit .right {
    width: 48.45%
}
.box-list-thumb {
    margin-bottom: 30px
}
.box-list-thumb:after {
    content: "";
    display: block;
    clear: both
}
.box-list-thumb .list-thumb {
    width: 20%;
    float: left;
    box-sizing: border-box;
    padding: 0 5px;
    margin-bottom: 45px;
    display: block
}
.box-list-thumb .list-thumb figure {
    margin-bottom: 15px;
    position: relative
}
.box-list-thumb .list-thumb figure:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: 0.2s all ease-out;
    -ms-transition: 0.2s all ease-out;
    -o-transition: 0.2s all ease-out
}
.box-list-thumb .list-thumb figure img {
    width: 100%
}
.box-list-thumb .list-thumb figure .share-sosmed {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: 0.2s all ease-out;
    -ms-transition: 0.2s all ease-out;
    -o-transition: 0.2s all ease-out
}
.box-list-thumb .list-thumb figure .share-sosmed a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 10px;
    background-repeat: no-repeat;
    background-position: 50%
}
.box-list-thumb .list-thumb figure .share-sosmed a.fb {
    background-image: url('../images/material/ic_fb_white.png')
}
.box-list-thumb .list-thumb figure .share-sosmed a.tw {
    background-image: url('../images/material/ic_tw_white.png')
}
.box-list-thumb .list-thumb figure .share-sosmed a.ig {
    background-image: url('../images/material/ic_ig_white.png')
}
.box-list-thumb .list-thumb span {
    font-size: 13px;
    font-weight: 300;
    display: block;
    margin-bottom: 7px;
    line-height: 1.3;
    color: #525252
}
.box-list-thumb .list-thumb h5 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    overflow: hidden;
    height: 50px;
    color: #525252;
    letter-spacing: 0.25px
}
.box-list-thumb .list-thumb:hover figure .share-sosmed,
.box-list-thumb .list-thumb:hover figure:before {
    opacity: 1;
    visibility: visible
}
.box-list-thumb .list-thumb:nth-child(5n + 1) {
    clear: both
}
.box-slidehakken {
    width: 600px;
    margin: 60px auto 80px
}
.box-slidehakken:after {
    content: "";
    display: block;
    clear: both
}
.ttl-hikken {
    margin-bottom: 35px
}
.ttl-hikken h3 {
    font-size: 28px;
    line-height: 1.3;
    color: #525252;
    letter-spacing: 0.25px;
    margin-bottom: 15px
}
.date-hakken {
    font-size: 16px;
    font-weight: 300;
    color: #747474
}
.date-hakken:after {
    content: "";
    display: block;
    clear: both
}
.date-hakken b {
    font-weight: 500
}
.slidehakken-lg {
    margin-bottom: 20px
}
.slidehakken-lg figure img {
    width: 100%
}
.slidehakken-lg .slick-next,
.slidehakken-lg .slick-prev {
    padding: 0;
    opacity: .75;
    font-size: 14px;
    line-height: 18px;
    color: #b1b2b3;
    text-transform: uppercase;
    width: auto;
    height: auto
}
.slidehakken-lg .slick-next:before,
.slidehakken-lg .slick-prev:before {
    content: "";
    width: 22px;
    height: 18px;
    padding: 0;
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1;
    display: block;
    position: absolute;
    top: 0
}
.slidehakken-lg .slick-prev {
    padding-left: 35px;
    right: 100%;
    left: auto;
    margin-right: 50px
}
.slidehakken-lg .slick-prev:before {
    background-image: url('../images/material/arr-prev.png');
    left: 0
}
.slidehakken-lg .slick-next {
    padding-right: 35px;
    left: 100%;
    right: auto;
    margin-left: 50px
}
.slidehakken-lg .slick-next:before {
    background-image: url('../images/material/arr-next.png');
    right: 0
}
.slidehakken-thumb {
    margin-bottom: 55px;
    text-align: center
}
.slidehakken-thumb .list {
    width: 102px;
    margin: 0 6px
}
.slidehakken-thumb figure img {
    width: 100%;
    height: 102px
}
.text-hakken {
    margin-bottom: 40px
}
.text-hakken p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.25px;
    color: #000;
    font-weight: 500
}
.box-video-hakken {
    position: relative
}
.box-video-hakken video {
    width: 100%;
    max-height: 400px
}
.box-video-hakken .thumbnail-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    display: none
}
footer {
    position: relative;
    padding: 45px 0 48px;
    background: #b60081 url('../images/material/gr-footer.png') no-repeat 50%;
    background-size: cover
}
footer,
footer a,
footer a:hover {
    color: #fff
}
footer .copyright {
    font-size: 14px;
    font-style: italic
}
footer .box-link-foot {
    display: block;
    margin-bottom: 20px;
    font-size: 16px
}
footer .box-link-foot:after {
    content: "";
    clear: both;
    display: block
}
footer .box-link-foot a {
    float: left;
    display: block;
    padding: 0 18px;
    position: relative;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: 0.2s all ease-out;
    -ms-transition: 0.2s all ease-out;
    -o-transition: 0.2s all ease-out
}
footer .box-link-foot a:after {
    content: "";
    width: 1px;
    background: #fff;
    height: 16px;
    position: absolute;
    top: 0;
    right: 0
}
footer .box-link-foot a:first-child {
    padding-left: 0
}
footer .box-link-foot a:last-child:after {
    display: none
}
footer .box-link-foot a:hover {
    color: #3786e3
}
footer .foot-left {
    float: left
}
footer .foot-right {
    float: right;
    padding-top: 20px
}
.info-loc {
    padding-bottom: 40px;
    border-bottom: 2px solid #e9e9e9;
}
.info-loc .col {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 50px;
    float: left;
}
.info-loc .col h5 {
    font-weight: 700;
    color: #b90b87;
    font-size: 20px;
    margin-bottom: 10px;
}
.info-loc .col .list-phone a {
    display: block;
    font-size: 16px;
    color: #b90b87;
}
.accordion .acc {
    display: block;
    margin-bottom: 20px;
}
.accordion .acc .ttl {
    position: relative;
    padding: 22px 80px;
    background: #e9e9e9;
    position: relative;
    cursor: pointer;
}
.accordion .acc .ttl h4 {
    font-size: 18px;
    text-align: left;
    line-height: 20px;
    color: #b90b87;
    font-weight: 700;
}
.accordion .acc .ttl i.ic-via1 {
    background: #b90b87 url(../images/material/ic-via1.png) no-repeat;
}
.accordion .acc .ttl i.ic-via2 {
    background: #b90b87 url(../images/material/ic-via2.png) no-repeat;
}
.accordion .acc .ttl i.ic-via3 {
    background: #b90b87 url(../images/material/ic-via3.png) no-repeat;
}
.accordion .acc .ttl i.ic-via4 {
    background: #b90b87 url(../images/material/ic-via4.png) no-repeat;
}
.accordion .acc .ttl i.ic-via5 {
    background: #b90b87 url(../images/material/ic-via5.png) no-repeat;
}
.accordion .acc .ttl i {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 20px;
    top: 0;
    background-position: center !important;
}
.accordion .acc .ttl:before {
    content: "";
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
    width: 64px;
    background: #b90b87;
    position: absolute;
}
.accordion .acc.act .ttl:after {
    transition: all ease-out 0.25s;
    -webkit-transition: all ease-out 0.25s;
    -moz-transition: all ease-out 0.25s;
    -ms-transition: all ease-out 0.25s;
    -o-transition: all ease-out 0.25s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.accordion .acc .ttl:after {
    content: "";
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    background: url(../images/material/arr-acc.png) no-repeat right center;
    position: absolute;
    height: 12px;
    margin: auto;
    right: 20px;
    transition: all ease-out 0.25s;
    -webkit-transition: all ease-out 0.25s;
    -moz-transition: all ease-out 0.25s;
    -ms-transition: all ease-out 0.25s;
    -o-transition: all ease-out 0.25s;
}
.accordion .acc .dec-acc {
    padding: 50px 0 20px;
    display: none;
}
.accordion .acc .dec-acc .img {
    width: 800px;
    margin: 0 auto 40px;
    display: block;
}
.accordion .acc .dec-acc .img img {
    width: 100%;
}
.accordion .acc .dec-acc h5 {
    font-size: 20px;
    font-weight: 700;
    color: #b90b87;
    margin-bottom: 20px;
}
.accordion .acc .dec-acc p {
    font-size: 16px;
    margin-bottom: 20px;
}
.accordion .acc .dec-acc ol li, .accordion .acc .dec-acc ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}
.accordion .acc .dec-acc ul li:before {
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    top: 12px;
    background: #b90b87;
    display: block;
    width: 12px;
}
@media (max-width: 690px) and (min-width: 0px){
  .info-loc .col {
      width: 100%;
      margin-bottom: 30px;
      padding-right: 0;
  }
  .info-loc .col h5 {
    font-size: 15px;
  }
  .info-loc .col .list-phone a {
    font-size: 14px;
  }
  .accordion .acc {
    margin-bottom: 15px;
  }
  .accordion .acc .ttl:before {
    width: 40px;
  }
  .accordion .acc .ttl {
    padding: 10px 55px;
  }
  .accordion .acc .ttl i {
    width: 26px;
    height: 26px;
    background-size: 16px !important;
    left: 15px;
  }
  .accordion .acc .ttl h4 {
      font-size: 14px;
  }
  .accordion .acc .dec-acc {
    padding: 25px 0 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .accordion .acc .dec-acc .img {
      width: auto;
      max-width: 600px;
      margin-bottom: 20px;
  }
  .accordion .acc .dec-acc h5 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .accordion .acc .dec-acc p {
    font-size: 14px;
    line-height: 20px;
  }
  .accordion .acc .dec-acc ul li, .accordion .acc .dec-acc ol li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .accordion .acc .ttl:after {
    width: 12px;
    background-size: 12px;
    right: 15px;
  }
}
@media (min-width:0px) and (max-width:1600px) {
    .slidehome .nav-slidehome {
        top: 500px
    }
}
@media (min-width:0px) and (max-width:1440px) {
    .wrap-large {
        padding: 0
    }
    .wrap-md {
        width: 1170px
    }
    header .nav-head li a {
        padding: 0 10px
    }
    .slidehome .wrap-slide {
        padding: 0
    }
    .slidehome .sliderhome .list .desc h1 {
        font-size: 66px;
        line-height: 74px
    }
    .slidehome .sliderhome .list .desc h2 {
        font-size: 48px;
        line-height: 56px
    }
    .slidehome .sliderhome .list .desc p,
    .ttl {
        font-size: 16px;
        line-height: 26px
    }
    .ttl h2 {
        width: 100%;
        font-size: 36px;
        line-height: 44px
    }
    .ttl p {
        width: 100%;
        line-height: 26px
    }
    .tab-info .btn-tab-info a {
        font-size: 16px
    }
    .box-sh-guide .box-search-guide input[type=text],
    .box-sh-guide select {
        font-size: 14px
    }
    .box-news-update .box-news-top h1 {
        font-size: 60px;
        line-height: 68px;
        width: 42.72%
    }
    .box-news-update .box-news-bottom {
        font-size: 18px;
        line-height: 26px
    }
    .box-news-update .box-news-bottom h2 {
        font-size: 36px
    }
    .box-news-update .box-news-bottom p {
        line-height: 26px
    }
    .box-list-event .row-list-event:before,
    .box-list-sponsor:before,
    .box-other-info.br-top:before {
        left: 0;
        right: 0
    }
    .banner iframe {
        height: 510px
    }
}
@media (min-width:0px) and (max-width:1200px) {
    .wrap-md,
    .wrapper {
        width: 970px
    }
    header .wrapper {
        width: auto;
        padding: 0 25px
    }
    header .logo {
        padding: 25px 0 20px
    }
    header .logo img {
        width: 210px
    }
    header .nav-head li a {
        font-size: 14px;
        line-height: 30px;
        height: 45px
    }
    header .head-right {
        padding-top: 25px
    }
    header .head-right .subhead .box-search:after {
        top: 2px
    }
    header .head-right .subhead .box-lang {
        padding: 9px 0 0 15px
    }
    header .head-right .subhead .box-lang a {
        font-size: 14px;
        padding-right: 8px;
        margin-right: 8px
    }
    header .head-right .subhead .box-lang a:after {
        font-size: 14px
    }
    header .box-lang span,
    header .box-search span,
    header .nav-head li a {
        height: 51px
    }
    header .box-lang span {
        line-height: 30px
    }
    header .box-lang span:before {
        top: 7px
    }
    header .box-lang span:after {
        top: 8px
    }
    header .box-search span {
        line-height: 30px
    }
    header.float .logo {
        padding: 20px 0
    }
    header.float .logo img {
        width: 150px
    }
    header.float .head-right {
        padding-top: 15px
    }
    .content-lg {
        padding-top: 76px
    }
    .slidehome .sliderhome .list figure {
        height: 570px;
        min-height: 570px;
        position: relative
    }
    .slidehome .sliderhome .list figure img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        max-width: none;
        min-width: 100%;
        height: 100%;
        width: auto
    }
    .slidehome .sliderhome .list .desc {
        width: auto;
        left: 25px;
        right: 25px;
        top: 80px
    }
    .slidehome .scbtm {
        display: none
    }
    .slidehome .nav-slidehome {
        top: 440px
    }
    .tab-info .btn-tab-info {
        padding: 0 60px
    }
    .box-sosmed .icwp {
        background-size: 100%;
        width: 25px;
        height: 21px
    }
    .sc-info .wrapper,
    .sc-newshome .wrapper {
        width: 100%
    }
    .sc-shopping .wrapper {
        width: auto;
        padding: 0 25px
    }
    .box-pagination .inner-pagination {
        width: auto
    }
    .box-pagination .inner-pagination .pag-center b {
        font-size: 24px
    }
    .box-list-event .list-event figure .lbl-list {
        font-size: 10px;
        padding: 10px
    }
    .box-list-event .list-event figure .lbl-list h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 3px
    }
    .box-list-event .list-event figure .lbl-list span {
        margin-bottom: 4px
    }
    .box-list-event .list-event .desc-event h5 {
        font-size: 18px;
        line-height: 26px;
        height: 52px
    }
    .box-list-markk .list-markk {
        font-size: 12px;
        padding-left: 30px;
        margin-bottom: 5px
    }
    .box-list-markk .list-markk .icwp {
        background-size: 100%;
        width: 16px;
        height: 22px
    }
    .sc-event {
        padding-bottom: 80px;
        padding-top: 40px
    }
    .banner .wrapper {
        width: auto;
        padding: 0 25px
    }
    .banner .desc-banner {
        padding-bottom: 20px
    }
    .banner .desc-banner h3 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 5px
    }
    .banner .box-bread {
        font-size: 12px
    }
    .box-detail-event {
        padding: 0
    }
    .sc-content {
        padding: 40px 0
    }
    .box-list-event {
        margin-top: 60px
    }
    .box-list-shopping {
        margin: 60px -10px
    }
    .box-list-shopping .list-shopping {
        padding: 0 10px
    }
    .box-list-shopping .list-shopping .desc-shopping h3 {
        font-size: 18px
    }
    .box-list-shopping .list-shopping .desc-shopping span {
        font-size: 12px
    }
    .box-list-shopping .list-shopping .tmaps {
        font-size: 14px;
        line-height: 20px;
        margin: 20px 0
    }
    .img-dt {
        margin: 40px 0 60px
    }
    .link-download {
        font-size: 12px
    }
    .filter-info {
        margin-bottom: 60px
    }
    .ttl.margbtm {
        margin-bottom: 40px
    }
    .submenu h4 {
        font-size: 14px
    }
    .submenu .right > span {
        font-size: 12px
    }
    .submenu .right .box-submenu .drop-submenu .box-list-submenu .list-submenu a {
        font-size: 14px
    }
    .box-list-thumb .list-thumb {
        width: 25%
    }
    .box-list-thumb .list-thumb:nth-child(5n + 1) {
        clear: inherit
    }
    .box-list-thumb .list-thumb:nth-child(4n + 1) {
        clear: both
    }
    .box-list-thumb .list-thumb:nth-child(n + 13) {
        display: none
    }
    footer {
        padding: 25px 0 15px
    }
    footer .wrapper {
        width: auto;
        padding: 0 25px
    }
    footer .box-link-foot {
        font-size: 12px;
        margin-bottom: 15px
    }
    footer .copyright {
        font-size: 12px
    }
    footer .foot-right {
        padding-top: 10px
    }
}
@media (min-width:0px) and (max-width:1010px) {
    .wrap-md,
    .wrap-sm,
    .wrapper {
        width: auto;
        padding: 0 20px;
        box-sizing: border-box
    }
    header .logo {
        padding: 20px 0
    }
    header .logo img {
        width: 180px
    }
    header .head-right {
        position: fixed;
        top: 67px;
        right: 0;
        bottom: 0;
        width: 380px;
        background: #f0f0f0;
        padding-top: 20px;
        display: none
    }
    header .head-right:before {
        content: "";
        position: fixed;
        top: 67px;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .9);
        z-index: -1
    }
    header .head-right:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #f0f0f0;
        z-index: -1
    }
    header .head-right .subhead {
        display: none
    }
    header .head-right .rssubhead {
        display: block;
        padding: 30px
    }
    header .head-right .rssubhead .rs-lang {
        font-size: 12px;
        color: #111;
        margin-bottom: 20px
    }
    header .head-right .rssubhead .rs-lang a {
        color: #111
    }
    header .head-right .rssubhead .rs-search input {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        font-style: italic;
        color: #525252;
        width: 100%;
        box-sizing: border-box;
        border-color: #959595
    }
    header .head-right .rssubhead .rs-search ::-webkit-input-placeholder {
        color: #525252
    }
    header .head-right .rssubhead .rs-search:-moz-placeholder,
    header .head-right .rssubhead .rs-search ::-moz-placeholder {
        color: #525252
    }
    header .head-right .rssubhead .rs-search:-ms-input-placeholder {
        color: #525252
    }
    header .head-right .nav-head {
        float: none;
        margin-bottom: 30px
    }
    header .head-right .nav-head:after {
        content: "";
        display: block;
        clear: both
    }
    header .burg-menu {
        display: block;
        width: 40px;
        height: 25px;
        float: right;
        margin-top: 24px;
        position: relative;
        cursor: pointer
    }
    header .burg-menu span {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 3px;
        background: #b90b87;
        transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: 0.2s all ease-out;
        -ms-transition: 0.2s all ease-out;
        -o-transition: 0.2s all ease-out;
        transform-origin: 50%;
        -webkit-transform-origin: 50%;
        -moz-transform-origin: 50%;
        -ms-transform-origin: 50%;
        -o-transform-origin: 50%
    }
    header .burg-menu span:nth-child(2) {
        top: 10px
    }
    header .burg-menu span:last-child {
        top: 20px
    }
    header .burg-menu:hover span:first-child {
        width: 35px
    }
    header .burg-menu:hover span:nth-child(2) {
        width: 30px
    }
    header .burg-menu:hover span:last-child {
        width: 40px
    }
    header .burg-menu.active span:first-child {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        top: 10px;
        width: 40px
    }
    header .burg-menu.active span:nth-child(2) {
        opacity: 0
    }
    header .burg-menu.active span:last-child {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        top: 10px;
        width: 40px
    }
    header .nav-head li {
        width: 100%;
        border-bottom: 1px solid #d9d9d9
    }
    header .nav-head li a {
        line-height: 20px;
        padding: 15px 28px
    }
    header .box-lang span,
    header .box-search span,
    header .nav-head li a {
        height: auto
    }
    header.float .head-right {
        padding-top: 20px
    }
    header.float .logo img {
        width: 180px
    }
    .content-lg {
        padding-top: 67px
    }
    .slidehome .sliderhome .list figure img {
        right: auto;
        left: 0
    }
    .slidehome .sliderhome .list .desc h1 {
        font-size: 44px;
        line-height: 50px
    }
    .slidehome .sliderhome .list .desc h2 {
        font-size: 32px;
        line-height: 38px
    }
    .slidehome .sliderhome .list .desc span {
        font-size: 12px
    }
    .slidehome .sliderhome .list .desc p {
        font-size: 14px;
        line-height: 22px
    }
    .slidehome .nav-slidehome {
        top: 400px
    }
    .slidehome .nav-slidehome .inner-nav-slidehome a span {
        font-size: 20px;
        line-height: 26px
    }
    .ttl {
        font-size: 14px;
        line-height: 20px
    }
    .ttl h2 {
        font-size: 30px;
        line-height: 38px
    }
    .ttl p {
        line-height: 20px
    }
    .ttl figure {
        margin-bottom: 40px
    }
    .ttl figure img {
        max-height: 60px
    }
    .tab-info {
        margin-top: 70px
    }
    .tab-info .btn-tab-info {
        padding: 0 20px
    }
    .tab-info .btn-tab-info a {
        font-size: 14px
    }
    .tab-info .bot-top-tab .right {
        margin-top: -15px
    }
    .box-search-list input {
        width: 240px
    }
    .sc-shopping {
        padding: 50px 0
    }
    .box-sh-guide {
        margin-top: 30px
    }
    .box-sh-guide .box-search-guide input[type=text],
    .box-sh-guide select {
        font-size: 12px;
        height: 44px
    }
    .box-sh-guide .box-search-guide .btn-go-search {
        height: 44px
    }
    .sc-newshome .bg-news {
        display: none
    }
    .box-news-update .box-news-top h1 {
        font-size: 48px;
        line-height: 50px
    }
    .box-news-update .box-news-top .box-bg-news {
        width: 70%;
        height: 320px
    }
    .box-news-update .box-news-bottom {
        font-size: 14px;
        line-height: 20px
    }
    .box-news-update .box-news-bottom h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 15px
    }
    .box-news-update .box-news-bottom h5 {
        font-size: 14px;
        margin-bottom: 10px
    }
    .box-news-update .box-news-bottom p {
        line-height: 20px;
        margin-bottom: 30px
    }
    .box-news-update .box-news-bottom a {
        font-size: 14px
    }
    .box-news-update .box-news-bottom .list-news-bottom.large .inner-list-news {
        padding: 30px 15px;
        height: 320px
    }
    .box-news-update .box-news-bottom .list-news-bottom.small {
        width: 56.4%;
        padding-top: 120px
    }
    .box-news-update .box-news-bottom .list-news-bottom.small .inner-list-news {
        padding: 25px;
        height: 200px
    }
    .box-news-update .box-news-bottom .list-news-bottom.small .inner-list-news h2 {
        font-size: 16px;
        line-height: 20px
    }
    .box-news-update .box-news-bottom .list-news-bottom.small .inner-list-news h5 {
        font-size: 12px
    }
    .box-news-update .box-news-bottom .list-news-bottom.small .inner-list-news p {
        font-size: 14px;
        line-height: 20px
    }
    .box-news-update .box-news-bottom .list-news-bottom.small:nth-child(n + 3) {
        display: none
    }
    .box-list-sponsor .list-sponsor {
        width: 20%
    }
    .box-list-sponsor .list-sponsor:nth-child(n + 6) {
        display: none
    }
    .box-list-event {
        margin: 60px -10px 0
    }
    .box-list-event .list-event {
        padding: 0 10px;
        margin-bottom: 30px
    }
    .box-list-event .list-event figure .lbl-list {
        padding: 5px;
        right: 10px;
        top: -10px
    }
    .box-list-event .list-event figure .lbl-list h3 {
        font-size: 18px;
        line-height: 24px
    }
    .box-list-event .list-event .desc-event h5 {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
        margin-bottom: 10px
    }
    .box-pagination .inner-pagination,
    .box-pagination .inner-pagination a {
        font-size: 12px
    }
    .wrap-slide-detail {
        margin-bottom: 100px
    }
    .box-slide-event {
        width: 85.71%
    }
    .wrapp-box-slide-thumb-detail {
        width: 190px
    }
    .box-slide-thumb-detail .list-thumb h5 {
        font-size: 24px;
        margin-bottom: 5px
    }
    .box-slide-thumb-detail .list-thumb span {
        font-size: 10px
    }
    .box-slide-thumb-detail .list-thumb .thmb-top {
        padding: 30px 10px
    }
    .box-slide-thumb-detail .list-thumb .thmb-top .left,
    .box-slide-thumb-detail .list-thumb .thmb-top .right {
        padding: 0 15px
    }
    .box-slide-thumb-detail .list-thumb .thmb-bottom {
        padding: 20px
    }
    .box-detail-event h3 {
        font-size: 24px
    }
    .box-detail-event p {
        font-size: 16px;
        line-height: 24px
    }
    .lbl {
        margin-bottom: 5px
    }
    .box-filter select {
        margin-right: 10px
    }
    .box-list-shopping .list-shopping {
        width: 33.333333333333336%
    }
    .box-list-shopping .list-shopping:nth-child(4n + 1) {
        clear: inherit
    }
    .box-list-shopping .list-shopping:nth-child(3n + 1) {
        clear: both
    }
    .box-aside aside h5 {
        font-size: 16px
    }
    .box-aside aside .level-label {
        font-size: 14px
    }
    .box-aside article {
        font-size: 16px;
        line-height: 24px
    }
    .box-aside article h5 {
        font-size: 16px
    }
    .box-aside article p {
        line-height: 24px
    }
    .banner iframe {
        height: 388px
    }
    .banner figure {
        min-height: 230px;
        position: relative;
        height: 230px
    }
    .banner figure img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        height: 100%;
        max-width: none;
        min-width: 100%
    }
    .submenu {
        margin: 0 -25px
    }
    .box-loc {
        width: auto
    }
    .box-loc .left-loc {
        width: 32%;
        padding-right: 40px
    }
    .box-loc .right-loc {
        width: 65%
    }
    .box-mallinfo .left-mallinfo {
        width: 68%
    }
    .box-mallinfo .left-mallinfo .slidermall .slick-slide img {
        height: 310px;
        width: 100%;
        object-fit: cover
    }
    .box-mallinfo .right-mallinfo {
        width: 54%;
        margin-top: 25px;
        box-shadow: 0 0 10px -2px rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 0 10px -2px rgba(0, 0, 0, .5);
        -moz-box-shadow: 0 0 10px -2px rgba(0, 0, 0, .5);
        -ms-box-shadow: 0 0 10px -2px rgba(0, 0, 0, .5);
        -o-box-shadow: 0 0 10px -2px rgba(0, 0, 0, .5);
        box-sizing: border-box
    }
    .box-list-estate {
        margin: 0 -10px
    }
    .box-list-estate .list-estate {
        padding: 15px 10px
    }
    .box-list-estate .list-estate h3 {
        font-size: 22px;
        line-height: 30px
    }
    .box-list-estate .list-estate p {
        margin-top: 20px
    }
    .box-nummall .leftnummall {
        width: 40%
    }
    .box-nummall .rightnummall {
        width: 57%
    }
    .box-list-release .list-release h3 {
        font-size: 20px;
        line-height: 28px;
        height: 56px
    }
    .box-list-release .list-release h5 {
        font-size: 14px;
        line-height: 20px
    }
    .gn-content h6 {
        font-size: 16px;
        margin-bottom: 10px
    }
    .gn-content table th {
        font-size: 14px
    }
    .gn-content table td {
        font-size: 14px;
        line-height: 24px;
        padding: 10px
    }
    .gn-content ul li {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px
    }
    .box-list-thumb .list-thumb {
        width: 33.333333333333336%
    }
    .box-list-thumb .list-thumb:nth-child(4n + 1) {
        clear: inherit
    }
    .box-list-thumb .list-thumb:nth-child(3n + 1) {
        clear: both
    }
    .box-list-thumb .list-thumb:nth-child(n + 10) {
        display: none
    }
    .slidehakken-lg .slick-next,
    .slidehakken-lg .slick-prev {
        font-size: 0;
        color: transparent
    }
    .slidehakken-lg .slick-prev {
        margin-right: 30px;
        padding-left: 22px
    }
    .slidehakken-lg .slick-next {
        margin-left: 30px;
        padding-right: 22px
    }
}
@media (min-width:0px) and (max-width:730px) {
    .box-list-estate {
        display: none
    }
}
@media (min-width:0px) and (max-width:690px) {
    .btn-rounded {
        font-size: 12px;
        height: 40px;
        line-height: 40px
    }
    .box-sub-info .list-sub-info {
        width: 50%
    }
    .tab-info .btn-tab-info,
    .tab-info .btn-tab-info.a-left {
        display: none
    }
    .tab-info .bot-top-tab > .left,
    .tab-info .bot-top-tab > .right {
        width: 100%
    }
    .tab-info .bot-top-tab > .right {
        display: none
    }
    .box-tab-rs {
        margin-bottom: 40px
    }
    .box-tab-rs,
    .box-tab-rs > span {
        position: relative;
        display: block
    }
    .box-tab-rs > span {
        padding: 10px 40px 10px 20px;
        font-size: 14px;
        color: #000;
        line-height: 18px;
        background: #eee url('../images/material/arr-select-small.png') no-repeat 100%
    }
    .box-tab-rs .box-drop-tab-rs {
        background: #eee;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 100;
        display: none
    }
    .box-tab-rs .box-drop-tab-rs .list-drop-tab-rs {
        padding: 15px 20px 15px 40px;
        font-size: 14px;
        cursor: pointer;
        border-bottom: 1px solid #ccc;
        display: block;
        color: #000
    }
    .box-tab-rs .box-drop-tab-rs .list-drop-tab-rs.active {
        color: #b90b87
    }
    .box-filter,
    .box-sh-guide,
    .filterlist {
        display: none
    }
    .box-sh-rs {
        display: block;
        position: relative;
        padding-left: 57px;
        margin: 27px 0 0;
        min-height: 40px
    }
    .box-sh-rs:after {
        content: "";
        clear: both;
        display: block
    }
    .box-sh-rs input[type=text] {
        float: right;
        width: 100%;
        border: 1px solid #959595;
        font-size: 12px;
        color: #525252;
        font-style: italic;
        padding: 0 10px;
        box-sizing: border-box;
        border-radius: 5px
    }
    .box-sh-rs .btn-sh-pop,
    .box-sh-rs input[type=text] {
        height: 40px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px
    }
    .box-sh-rs .btn-sh-pop {
        width: 40px;
        border-radius: 5px;
        background: #b90b87 url('../images/material/ic_filter.png') no-repeat 50%;
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer
    }
    .box-popup-filter {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #f0f0f0;
        z-index: 1001;
        padding: 85px 20px 20px
    }
    .box-popup-filter select {
        background: #fff url('../images/material/arr-select-small.png') no-repeat 100%;
        padding-right: 40px;
        height: 40px;
        font-size: 12px
    }
    .box-popup-filter .close-pop {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 15px;
        height: 15px;
        background: url('../images/material/ic_close.png') no-repeat 50%;
        cursor: pointer
    }
    .box-popup-filter .box-btn-fil {
        text-align: center
    }
    .box-popup-filter .box-btn-fil .btn-rounded {
        font-size: 12px;
        margin: 0 5px
    }
    .seefloorbox {
        display: block
    }
    .seefloorbox:after {
        content: "";
        clear: both;
        display: block
    }
    .link-see-floor {
        display: block;
        margin: 30px 0 0;
        float: right
    }
    .link-see-floor:after {
        content: "";
        clear: both;
        display: block
    }
    .box-news-update {
        margin-bottom: 20px
    }
    .box-news-update .box-news-top h1 {
        width: 100%;
        padding: 0;
        text-align: center;
        font-size: 30px;
        margin-bottom: 30px
    }
    .box-news-update .box-news-top .box-bg-news {
        display: none
    }
    .box-news-update .box-news-bottom {
        margin: 0 -20px;
        font-size: 12px;
        line-height: 16px
    }
    .box-news-update .box-news-bottom h2 {
        font-size: 16px;
        line-height: 20px;
        font-weight: 500
    }
    .box-news-update .box-news-bottom h5 {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 5px
    }
    .box-news-update .box-news-bottom p {
        line-height: 16px;
        margin-bottom: 20px
    }
    .box-news-update .box-news-bottom .list-news-bottom {
        border-bottom: 1px solid #c1c1c1
    }
    .box-news-update .box-news-bottom .list-news-bottom.large {
        width: 100%
    }
    .box-news-update .box-news-bottom .list-news-bottom.large .inner-list-news {
        height: auto;
        background: transparent;
        padding: 27px 20px
    }
    .box-news-update .box-news-bottom .list-news-bottom.small {
        width: 100%;
        padding-top: 0
    }
    .box-news-update .box-news-bottom .list-news-bottom.small:nth-child(n + 3) {
        display: block
    }
    .box-news-update .box-news-bottom .list-news-bottom.small .inner-list-news {
        padding: 27px 20px;
        height: auto
    }
    .box-news-update .box-news-bottom .list-news-bottom.small .inner-list-news p {
        font-size: 12px;
        line-height: 16px
    }
    .box-news-update .box-news-bottom .list-news-bottom:last-child {
        border-bottom: none
    }
    .box-sosmed {
        text-align: center
    }
    .img-dt {
        margin-bottom: 30px
    }
    .img-dt .ls-img-dt {
        width: 100%;
        margin-bottom: 0;
        padding: 0
    }
    .img-dt.wmr {
        margin-top: 30px
    }
    .img-dt.wthumb,
    .img-dt.wthumb .ls-img-dt {
        margin-bottom: 20px
    }
    .img-dt.wthumb .ls-img-dt .box-thumb-detail {
        bottom: 0;
        right: 10px
    }
    .box-aside aside {
        width: 100%;
        margin-bottom: 40px;
        font-size: 12px;
        line-height: 16px
    }
    .box-aside aside:before {
        display: none
    }
    .box-aside aside h5 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 5px
    }
    .box-aside aside p {
        line-height: 16px
    }
    .box-aside aside .ls-ct {
        margin-bottom: 15px
    }
    .box-aside article {
        width: 100%
    }
    .box-aside article,
    .box-aside article h5 {
        font-size: 14px;
        line-height: 20px
    }
    .box-aside article p {
        line-height: 20px
    }
    .box-loc {
        margin-top: 60px
    }
    .box-loc .left-loc {
        width: 100%;
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 20px;
        padding-right: 0
    }
    .box-loc .left-loc:before {
        display: none
    }
    .box-loc .left-loc h5 {
        font-size: 14px;
        line-height: 20px
    }
    .box-loc .left-loc p {
        line-height: 20px
    }
    .box-loc .right-loc {
        width: 100%
    }
    .box-form input[type=email],
    .box-form input[type=number],
    .box-form input[type=text],
    .box-form select,
    .box-form textarea {
        font-size: 12px;
        padding: 0 10px
    }
    .box-form textarea {
        padding: 10px
    }
    .box-form .row {
        margin-bottom: 15px
    }
    .box-mallinfo {
        margin: 40px -20px 0
    }
    .box-mallinfo .left-mallinfo,
    .box-mallinfo .right-mallinfo {
        width: 100%;
        float: left;
        position: relative;
        top: auto;
        left: auto
    }
    .box-mallinfo .right-mallinfo {
        margin-top: 0;
        right: auto;
        bottom: auto;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        font-size: 14px;
        line-height: 20px
    }
    .box-mallinfo .right-mallinfo h5 {
        font-size: 16px
    }
    .box-list-release .list-release {
        width: 100%;
        margin-bottom: 20px
    }
    .box-list-release .list-release h3 {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
        margin-bottom: 20px
    }
    .box-list-release .list-release h5 {
        font-size: 12px;
        line-height: 18px
    }
    .box-list-release .list-release .inner-release {
        padding: 10px
    }
    .box-membership {
        margin: 40px 0
    }
    .gn-content h6,
    .gn-content ul li {
        font-size: 14px;
        line-height: 20px
    }
    .gn-content ul li {
        padding-left: 30px
    }
    .gn-content ul li:before {
        left: 2px
    }
    .box-benefit .left {
        width: 100%;
        margin-bottom: 20px
    }
    .box-benefit .right {
        width: 100%
    }
    .wrap-slide-detail {
        margin-bottom: 50px
    }
    .box-slide-event {
        width: 100%
    }
    .wrapp-box-slide-thumb-detail {
        position: relative;
        bottom: auto;
        width: 100%;
        margin-top: 30px
    }
    .box-slide-thumb-detail .slick-dots {
        left: auto;
        bottom: auto;
        width: auto;
        top: -25px;
        right: 0
    }
    .box-list-thumb .list-thumb,
    .box-slidehakken {
        width: 100%
    }
    .ttl-hikken h3 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 5px
    }
    .date-hakken {
        font-size: 14px
    }
    .date-hakken .left,
    .date-hakken .right {
        width: 100%
    }
    .date-hakken .left {
        margin-bottom: 10px
    }
    .text-hakken p {
        font-size: 16px;
        line-height: 24px
    }
    footer .wrapper {
        display: flex;
        flex-flow: column;
        -ms-flex-flow: column;
        -o-flex-flow: column
    }
    footer .box-link-foot a {
        float: none;
        display: inline-block;
        padding: 0 10px;
        line-height: 20px
    }
    footer .foot-left {
        width: 100%;
        text-align: center;
        order: 2;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-order: 2;
        -o-order: 2
    }
    footer .foot-right {
        width: 100%;
        order: 1;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-order: 1;
        -o-order: 1;
        margin-bottom: 20px;
        padding-top: 0
    }
}
@media (min-width:0px) and (max-width:540px) {
    header .logo {
        padding: 16px 0
    }
    header .logo img {
        width: 115px
    }
    header .burg-menu {
        margin-top: 13px
    }
    header.float .logo {
        padding: 16px 0
    }
    header.float .logo img {
        width: 115px
    }
    header .head-right {
        top: 50px;
        width: 100%
    }
    header .head-right:before {
        top: 50px
    }
    header .head-right .rssubhead {
        padding-left: 20px;
        padding-right: 20px
    }
    header .nav-head li a {
        padding: 15px 20px
    }
    .content-lg {
        padding-top: 50px
    }
    .box-pagination {
        min-height: 35px
    }
    .box-pagination .inner-pagination a.next,
    .box-pagination .inner-pagination a.prev {
        font-size: 0
    }
    .box-pagination .inner-pagination .pag-center {
        width: 110px;
        top: 8px
    }
    .box-pagination .inner-pagination .pag-center b {
        font-size: 18px
    }
    .box-list-shopping .list-shopping {
        width: 50%
    }
    .box-list-shopping .list-shopping:nth-child(3n + 1) {
        clear: inherit
    }
    .box-list-shopping .list-shopping:nth-child(odd) {
        clear: both
    }
    .box-list-shopping .list-shopping .inner-shopping {
        padding: 10px
    }
    .box-list-shopping .list-shopping .desc-shopping h3 {
        font-size: 16px;
        margin-bottom: 5px
    }
    .box-list-shopping .list-shopping .desc-shopping span {
        letter-spacing: 0
    }
    .box-list-shopping .list-shopping .tmaps {
        font-size: 12px;
        padding-bottom: 5px
    }
    .submenu .right > span {
        display: none
    }
}
@media (min-width:0px) and (max-width:500px) {
    .slidehome .sliderhome .list figure {
        height: 260px;
        min-height: 260px
    }
    .slidehome .sliderhome .list .desc span {
        display: none
    }
    .slidehome .sliderhome .list .desc h1 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px
    }
    .slidehome .sliderhome .list .desc h2 {
        font-size: 14px;
        line-height: 20px
    }
    .slidehome .sliderhome .list .desc p {
        display: none
    }
    .slidehome .nav-slidehome {
        top: 160px
    }
    .slidehome .nav-slidehome .inner-nav-slidehome a {
        margin-bottom: 7px
    }
    .slidehome .nav-slidehome .inner-nav-slidehome a span {
        display: none
    }
    .sc-info {
        padding: 20px 0
    }
    .ttl {
        font-size: 12px;
        line-height: 18px
    }
    .ttl h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px
    }
    .ttl p {
        line-height: 18px
    }
    .ttl figure {
        margin-bottom: 20px
    }
    .ttl figure img {
        max-height: 40px
    }
    .location_map h3 {
      color: #b90b87;
      margin: 0 auto 20px;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 10px;
    }
    .location_map h4 {
      margin: 0 auto 20px;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 10px;
    }
    .location_map p{
      font-size: 14px;
    }
    .tab-info {
        margin-top: 30px
    }
    .box-tab-rs {
        margin-bottom: 20px
    }
    .sc-shopping {
        padding: 30px 0
    }
    .box-news-update .box-news-top h1 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px
    }
    .box-news-update .box-news-bottom h5 {
        font-size: 10px;
        line-height: 18px
    }
    .box-news-update .box-news-bottom a {
        font-size: 12px
    }
    .sc-newshome {
        padding: 25px 0
    }
    .box-list-sponsor .list-sponsor {
        width: 33.33333333333333%;
        margin-bottom: 15px
    }
    .box-list-sponsor .list-sponsor:nth-child(n + 6) {
        display: block
    }
    .box-list-event {
        margin-left: -20px;
        margin-right: -20px
    }
    .box-list-event .row-list-event {
        margin-bottom: 0
    }
    .box-list-event .row-list-event:before {
        display: none
    }
    .box-list-event .list-event {
        width: 100%;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
        border-bottom: 1px solid #b7b7b7;
        margin-bottom: 60px
    }
    .box-list-event .list-event figure img {
        width: 100%
    }
    .box-list-event .list-event .desc-event h5 {
        height: auto;
        margin-bottom: 20px
    }
    .lbl {
        font-size: 10px
    }
    .sc-event {
        padding-top: 20px;
        padding-bottom: 60px
    }
    .banner .desc-banner h3 {
        font-size: 20px;
        line-height: 28px
    }
    .banner .box-bread {
        font-size: 10px
    }
    .img-dt.wthumb .ls-img-dt .box-thumb-detail {
        position: relative;
        right: 0;
        bottom: 0
    }
    .box-thumb-detail h5 {
        font-size: 18px;
        margin-bottom: 5px
    }
    .box-thumb-detail .thmb-top {
        padding: 15px 5px
    }
    .box-thumb-detail .thmb-top span {
        font-size: 10px
    }
    .box-thumb-detail .thmb-top .left,
    .box-thumb-detail .thmb-top .right {
        padding: 0 10px
    }
    .box-thumb-detail .thmb-bottom {
        padding: 10px
    }
    .box-thumb-detail .thmb-bottom .box-list-markk .list-markk {
        font-size: 10px;
        line-height: 16px;
        padding-left: 22px
    }
    .box-thumb-detail .thmb-bottom .box-list-markk .list-markk .icwp {
        width: 13px;
        height: 19px
    }
    .box-detail-event h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px
    }
    .box-detail-event p {
        font-size: 14px;
        line-height: 20px
    }
    .box-share-sm label {
        font-size: 14px
    }
    .box-other-info {
        padding-top: 50px
    }
    .box-other-info h4 {
        font-size: 20px;
        text-align: center
    }
    footer .box-link-foot {
        font-size: 10px
    }
    footer .copyright {
        font-size: 8px
    }
}
@media (min-width:0px) and (max-width:360px) {
    .box-list-shopping .list-shopping {
        width: 100%
    }
    .box-list-shopping .list-shopping figure {
        text-align: center
    }
}
