html {
    background: transparent;
}

header {
    opacity: 0;
}

.header-bg-color {
    background-color: #f9f3e3 !important;
}

header.active {
    opacity: 1;
}

.menu-text {
    font-family: var(--font-2);
    font-weight: 500;
}

.nav-small .nav>li>a,
.nav.nav-small>li>a {
    vertical-align: unset;
    padding: 0;
}

.nav .header-language-dropdown a i {
    line-height: 0 !important;
    height: unset !important;
}

.nav .header-language-dropdown a i img {
    display: none
}

.nav .has-hreflang>a,
.nav .header-language-dropdown>a {
    display: flex;
    color: #444 !important;
    align-items: center;
    line-height: normal;
    flex-direction: row-reverse;
    position: relative;
    font-size: .8em !important;
}

.off-canvas .nav .has-hreflang button,
.nav .header-language-dropdown a>.icon-angle-down {
    position: absolute;
    right: 10px !important;
    color: #444 !important;
    top: 0 !important;
    margin: 0;
    width: auto;
    height: auto;
    line-height: 0;
    min-height: unset;
    font-size: .8em;
    font-weight: normal;
    color: #000;
    opacity: 1;
    top: 50% !important;
    transform: translateY(-50%);
}

.off-canvas .nav .has-hreflang i {
    line-height: 0;
    margin-right: 3px
}

.off-canvas .nav .has-hreflang i img {
    display: none
}

.off-canvas .nav .has-hreflang button i {
    line-height: 0;
    margin: 0;
    font-size: 16px;
}

.nav .has-hreflang>a,
.nav .header-language-dropdown>a {
    border-bottom: 1px solid var(--primary-color);
    padding: 5px 30px 5px 0 !important;
    color: #000;
    font-weight: normal;
    text-transform: capitalize;
}

.off-canvas .nav .has-hreflang {
    width: max-content;
    position: absolute;
    top: -60px;
    left: 0;
    max-width: 130px;
}

.off-canvas .nav .has-hreflang .children {
    top: 100%;
    background: #fff;
    opacity: 1;
    z-index: 9999999;
    text-align: left;
    padding: 0;
    display: flex !important;
    flex-direction: column;
}

.off-canvas .nav .has-hreflang .children a {
    font-size: 12px;
    padding: 5px;
}

.off-canvas .nav .has-hreflang .children>li:nth-child(1) {
    order: 1;
}

.off-canvas .nav .has-hreflang .children>li:nth-child(2) {
    order: 4;
}

.off-canvas .nav .has-hreflang .children>li:nth-child(3) {
    order: 3;
}

.off-canvas .nav .has-hreflang .children>li:nth-child(4) {
    order: 2;
}

ul.header-nav.header-nav-main {
    flex-direction: column;
    align-items: start;
}

ul.header-nav.header-nav-main li {
    margin: 0;
    width: 100%;
}

ul.header-nav.header-nav-main>li>a.menu-item-title {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: space-between;
    width: 100%;
    font-size: 12px;
    color: var(--primary-color);
    line-height: 1.3;
    padding: 1.5em 1em;
    border-bottom: dotted 1px #000;
}

ul.header-nav.header-nav-main>li>a.menu-item-title>span:nth-child(1) {
    display: inline-block;
    vertical-align: baseline;
    font-size: 14px;
    width: 60%;
}

ul.header-nav.header-nav-main>li>a.menu-item-title>span:nth-child(2) {
    color: #000;
    width: 40%;
    display: inline-block;
    font-size: 12px;
    text-transform: none;
}

.header-language-dropdown .nav-dropdown.nav-dropdown-default {
    padding: 0;
    width: max-content;
    min-width: 93px;
    border: 0;
    left: 0;
    width: 100%;
}

.header-language-dropdown .nav-dropdown.nav-dropdown-default a {
    padding: 0;
    display: block;
    text-decoration: none;
    color: #444;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    padding: 5px 10px;
    line-height: 1;
    margin: 0;
    font-size: 0.875rem;
}

.header-language-dropdown .nav-dropdown.nav-dropdown-default a:hover {
    background-color: #eee;
}

.nav>li.btn-menu>a {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 1rem;
    padding: 1em 1em;
    line-height: 1.5;
    margin-top: 1rem !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    background: var(--primary-color);
    display: block;
    width: 100%;
    font-size: 1rem;
    text-transform: uppercase;
    position: relative
}

.nav>li.btn-menu>a:after {
    z-index: -1;
    content: "";
    position: absolute;
    top: 5px;
    right: -5px;
    background-color: #e8e8e8;
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.nav>li.btn-menu>a:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    transition: all .3s;
}

.nav>li.btn-menu>a:hover:after {
    top: 0;
    right: 0;
}

.nav>li.btn-menu>a:hover:before {
    right: .5em;
}

.absolute-footer {
    display: block;
    box-sizing: border-box;
    color: #fff !important;
    background-color: var(--primary-color);
    line-height: 1;
    padding: .25rem 1rem;
    text-align: center;
    font-size: 12px;
}

.footer-title * {
    margin-top: 1.5rem;
    font-size: 1.125rem;
    margin-bottom: 1em;
    line-height: 1.2;
}

.menu-footer a {
    line-height: normal;
    min-height: unset;
    height: unset;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
    padding: .5rem 1rem;
    border-top: dotted 1px #000;
    color: #000;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.menu-footer a:hover span {
    color: var(--primary-color) !important;
}

.menu-footer {
    border-bottom: dotted 1px #000;
}

.menu-footer .ux-menu-link__icon+.ux-menu-link__text {
    padding: 0;
}

.menu-footer a i::before {
    content: "\f138";
    font-family: var(--font-awesome);
    font-weight: 900;
    color: var(--primary-color);
}

.footer-links__plans {
    display: flex;
    justify-self: start;
    align-items: stretch;
    flex-wrap: wrap;
}

.footer-links__plans a {
    overflow: hidden;
    display: block;
    box-sizing: border-box;
    width: 49%;
    background-color: #fef4eb;
    padding: .5rem 1rem;
    margin-right: 1%;
    margin-bottom: 1%;
    color: #000;
    font-size: .875rem;
}

.footer-links__plans a span:last-child {
    float: right;
}

.footer-links__plans a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.icon-copyright {
    font-size: 14px;
}

.icon-copyright.icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 20px;
}

.menu-copyright {
    display: flex;
    font-size: 16px;
    flex-direction: row;
    justify-content: end;
    gap: 16px;
}

.menu-copyright a {
    line-height: normal;
    min-height: unset;
    height: unset;
    overflow: hidden;
    font-size: 80%;
    flex-direction: row-reverse;
    gap: 5px;
}

.menu-copyright a:hover span {
    color: var(--primary-color);
}

.menu-copyright .ux-menu-link__text {
    padding: 0;
}

.menu-copyright .icon-checkmark::before {
    content: "\f2d2";
    font-family: var(--font-awesome);
    font-weight: 500;
}

footer .social-icons {
    display: flex;
    justify-content: end;
    margin-top: 1rem !important;
    gap: 1.5rem;
}

footer .social-icons a {
    font-size: 1.25rem !important;
    color: var(--primary-color);
    line-height: 0;
    margin: 0 !important;
}

.btn-header img {
    height: 57px;
    cursor: pointer;
}

.reserve-menu {
    display: none
}

.reserve-menu.active {
    height: auto;
    padding-top: 56px
}

.reserve-menu-item {
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    padding: 1rem;
    background-color: #f6f3ed
}

.reserve-menu-item:nth-child(2),
.reserve-menu-item:nth-child(3) {
    background-color: #ebe7df
}

.reserve-menu-item * {
    margin: 0;
    font-size: 14px;
    line-height: normal;
}

#main-menu button.mfp-close {
    height: 56px;
    background: var(--primary-color);
    mix-blend-mode: unset;
    color: #fff;
    opacity: 1;
    width: 56px;
}

#main-menu .nav.nav-vertical {
    margin: 0 2rem;
    width: auto;
}

#main-menu .nav.nav-vertical>li.menu-item:not(.btn-menu)>a {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    font-size: 12px;
    color: #000;
    line-height: 1.4;
    padding: 1.5em 1em;
    border-bottom: dotted 1px #000;
    font-weight: normal;
    text-align: left
}

#main-menu .nav.nav-vertical>li.menu-item>a span:first-child {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 500;
    display: inline-block;
    width: 40%;
    padding-right: 5px;
}

#main-menu .nav.nav-vertical>li.menu-item>a span:last-child {
    width: 51%;
}

.slider-main .section-content {
    /* padding: 1rem 1rem 1rem 5rem !important; */
}


.mv_vertical * {
    margin: 0;
    font-family: var(--font-3);
    font-size: 30px;
    color: #000;
    font-weight: normal;
}

.text-po {
    position: absolute;
    bottom: -23px;
    left: 2rem;
    z-index: 999;
}

.text-po img {
    width: auto;
}

.slider-logo {
    z-index: 99;
    position: absolute;
    top: 3rem;
    left: 10rem;
    flex-direction: column;
}

.slider-logo img {
    width: auto;
}

.campaign {
    max-width: 600px;
    margin: 0 auto;
}

.col-700 .col-inner {
    max-width: 700px;
    margin: 0 auto !important;
}

.cmn-k-box.row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 740px !important;
    margin: 0 auto;
}

.cmn-k-box.row::after {
    display: none;
}

.cmn-k-box .col {
    width: calc((100% / 2) - 5px);
    flex-basis: unset;
    max-width: unset;
    padding: 0;
    margin-bottom: 10px;
}

.cmn-k-box-note p {
    font-size: 80%;
}

.cmn-k-box-note {
    width: 700px;
    margin: auto;
    font-size: .875rem;
    font-weight: 400;
}

.infinity-slider.row::after {
    display: none;
}

.infinity-slider.row {
    flex-wrap: nowrap;
    display: flex;
    flex-wrap: nowrap;
    animation: scroll 40s linear infinite;
    margin: 0;
    max-width: unset !important;
    width: max-content;
}

.infinity-slider.row>.col {
    width: 227px;
    height: 157px;
    flex-basis: unset;
    max-width: unset;
    padding: 0;
}

.infinity-slider.row>.col:nth-child(2n) {
    margin-top: -1rem;
}

.infinity-slider.row>.col img {
    height: 157px;
    object-fit: cover;
    object-position: top;
}

.plan__list {
    padding: 0 1rem;
    margin: 0 auto !important;
}

.plan__list .col {
    width: 32%;
    flex-basis: unset;
    max-width: unset;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 0;
}

.plan__list-2 .col {
    width: 48%;
}


.plan__list-item {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    box-sizing: border-box;
    min-height: 220px;
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}


.plan__list-item:nth-child(3n) {
    margin-right: 0
}

.plan__list-item-thumbnail {
    overflow: hidden;
    position: relative;
    width: 120px;
    font-size: 0
}

.plan__list-item-thumbnail img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    vertical-align: bottom
}

.plan__list-item-txt {
    box-sizing: border-box;
    width: calc(100% - 120px - 24px);
    padding: 1rem
}

.plan__list-item.no-img {
    min-height: unset;
}

.plan__list-item.no-img * {
    margin: 0;
}

.plan__list-item.no-img .plan__list-item-txt {
    width: calc(100% - 24px);
}

.plan__list-item-txt.full {
    position: relative;
    width: calc(100% - 120px)
}

.plan__list-item-txt.full>img {
    position: absolute;
    top: -5px;
    right: -5px
}

.plan__list-item-txt h3 {
    font-family: var(--font-2);
    font-size: 1.125rem;
    margin: 0 0 .5em;
    color: var(--primary-color)
}

.plan__list-item-txt p {
    font-size: 11px;
    margin: 0;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;

}

.plan__list-item-txt p.price {
    margin-top: .5rem
}

.plan__list-item-txt p.price:before {
    content: "";
    display: inline-block;
    vertical-align: text-top;
    width: 1.5rem;
    height: 1px;
    background-color: #000;
    margin-right: 5px;
    position: relative;
    top: 5px;
}

.plan__list-item-txt p.price span {
    /* font-family: var(--font-2); */
    font-size: 22px;
    /* color: var(--primary-color); */
    margin-right: 5px
}

.plan__list-item-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    background-color: var(--primary-color);
    color: #fff
}

.option__list .plan__list-item-arrow {
    display: none;
}

.option__list .plan__list-item-txt {
    width: calc(100% - 120px);
}


.row.cmn-o-box .icon-box {
    flex-direction: column-reverse;
    display: flex;
}

.row.cmn-o-box .icon-box-img {
    margin: 0.5rem auto 0;
}

.row.cmn-o-box .icon-box-text {
    position: relative;
}

.row.cmn-o-box .icon-box-text * {
    text-align: center;
    font-size: .76rem;
    line-height: 1.4;
    position: relative;
    margin-bottom: .5rem;
}

.row.cmn-o-box .icon-box-text *:last-child {
    margin: 0;
}

.row.cmn-o-box .icon-box-text::before,
.row.cmn-o-box .icon-box-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 10px;
    background: #ed180b;
}


.row.cmn-o-box .icon-box-text:before {
    left: -10px;
    top: 50%;
    transform: translateY(-50%) rotate(-30deg);
}

.row.cmn-o-box .icon-box-text:after {
    right: -10px;
    top: 50%;
    transform: translateY(-50%) rotate(30deg);
}

.point__list {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.point__list .box-image {
    width: 100%;
}

.point__list .box-text {
    overflow: hidden;
    z-index: 1;
    position: relative;
    width: 93.5%;
    box-sizing: border-box;
    margin: -3rem auto 0;
    padding: 1rem;
    background-color: #fff;
    font-size: 11px;
    flex: 1;
}

.point__list .box-text:before {
    content: "";
    position: absolute;
    top: -.75rem;
    left: -.75rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: rotate(45deg);
    background-color: var(--primary-color);
}

.point__list .box-text h4 {
    font-size: 13px;
    text-align: center;
    font-weight: normal;
    font-family: serif;
    margin-bottom: 1rem;
}

.point__list .box-text h3 {
    color: var(--primary-color);
    font-size: 1.1rem;
    margin-bottom: 1rem;
    text-align: center;
    line-height: 1;
    font-family: serif;
    font-weight: normal;
}

.review-box .box-image {
    margin: 0 auto 1rem;
    width: 80%;
}

.review-box .box-text {
    font-size: 13px;
}

.video-box.row {
    max-width: 660px !important;
}

.video-box .col-inner {
    border-radius: .5rem;
    padding: 3rem 1rem;
}

.video-box .video {
    max-width: 480px;
    margin: 0 auto;
    margin: 1.5rem auto;
}

.ver-box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    box-sizing: border-box;
    background-color: #f6f3ed;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    color: #000;
    padding-left: 115px;
    font-size: 12px;
}

.ver-box::after {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    background-color: var(--primary-color);
    color: #fff;
    content: "\f105";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    font-family: var(--font-awesome);
    font-weight: 900;
    font-size: 14px;
}

.ver-box .box-image {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 115px !important;
    position: absolute;
    left: 0;
    top: 0;
}

.ver-box .box-image * {
    height: 100%;
    object-fit: cover;
}

.ver-box .box-text {
    width: calc(100%);
    padding: 1rem;
    font-size: 12px;
    min-height: 150px;
    padding-right: 24px;
}

.ver-box .box-text * {
    margin-top: 0;
}

.ver-box h3 {
    font-size: 18px;
    font-family: serif;
    font-weight: normal;
    margin-bottom: 16px;
}

.ver-box-po * {
    margin: 0;
}

.ver-box-po {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ebe7df;
    padding: .5rem 24px.5rem 2rem;
    font-size: 12px;
}

.ver-box-po::before {
    position: absolute;
    top: .5rem;
    left: 1rem;
    content: "\f124";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary-color);
}

.news__list {
    display: block
}

.news__list a {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
    box-sizing: border-box;
    color: #000;
    padding: .5rem 0;
    font-size: .875rem
}

.news__list a span {
    display: block;
    box-sizing: border-box;
    line-height: normal
}

.news__list a span:first-child {
    color: var(--primary-color);
    margin-right: 1em;
    padding-right: 1em;
    border-right: solid 1px #000
}

.news__list a span:nth-child(2) {
    background-color: #fff;
    padding: .25rem .5rem;
    margin-right: 1rem
}

.news__list-archives a {
    border-bottom: 1px solid #eee
}

.home-tab {
    max-width: 660px;
    margin: 0 auto;
}

.nav-simple>li>a {
    display: block;
    border: solid 1px var(--primary-color);
    box-sizing: border-box;
    padding: .5rem 2rem;
    line-height: 1;
    background-color: #fff;
    color: var(--primary-color);
    border-radius: 0;
    font-weight: normal;
    opacity: 1;
    font-size: 14px;
}

.nav-simple>li.active>a {
    background-color: var(--primary-color);
    color: #fff;
}

.nav-simple>li {
    box-sizing: border-box;
    margin: 0 .5rem;
    border: 0;
    padding: 0;
}

.blog-wrapper h1.page-title {
    font-size: 0;
}

.blog-wrapper h1.page-title span {
    font-size: 30px;
}

.box-blog-post .box-text-inner.blog-post-inner {
    display: flex;
    flex-direction: column;
}

.box-blog-post .box-text-inner.blog-post-inner .is-divider {
    display: none;
}

.box-blog-post .box-text-inner.blog-post-inner .post-meta {
    order: -1;
    display: block;
    margin: 0.5rem 0 1rem;
    font-size: .875rem;
    color: #a2a2a2;
    line-height: 1;
}

.box-blog-post .box-text-inner.blog-post-inner h5.post-title.is-large {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}

.accordion-title {
    cursor: pointer;
    position: relative;
    font-size: 1rem;
    font-weight: 700;
    padding: 1.5em 4em 1.5em 2.25em;
    border: 0;
    border-top: solid 1px #f6f3ed;
}

.accordion-title.active {
    font-weight: normal;
    background-color: transparent;
    font-weight: 700;
    color: #000;
}

.accordion-title:before {
    content: "Q.";
    color: var(--primary-color);
    font-size: 1.5rem;
    line-height: 1;
    font-family: serif;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.accordion-title:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: solid 1px #f6f3ed;
    text-align: center;
    line-height: 2.5rem;
    transition: all .3s;
}

.accordion-title .toggle {
    display: none;
}

.accordion-inner {
    display: none;
    position: relative;
    box-sizing: border-box;
    font-size: .875rem;
    line-height: 1.5;
    padding: 0 0 1em 2.25em;
}

.accordion-inner:before {
    content: "A.";
    color: var(--primary-color);
    font-size: 1.5rem;
    line-height: 1;
    font-family: serif;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

.desc-main h3 {
    font-size: 1.2rem;
    margin: 1.5rem auto;
    font-weight: 500;
    line-height: 1.2;
}

.desc-main p {
    font-size: 13px;
}

.home-seo {
    font-size: 14px;
}

.home-seo h2 {
    font-size: 1.5rem;
    text-align: center;
    margin: 0 0 2em;
    font-weight: normal;
}

.home-seo h3 {
    z-index: 1;
    font-weight: normal;
    position: relative;
    text-align: center;
    font-size: 1.3rem;
    margin: 0 0 2em;
    flex-wrap: nowrap;
}

.home-seo .container.section-title-container {
    margin: 0;
}

.home-seo .box-vertical {
    background-color: #fef4eb;
    margin-top: 1.5rem !important;
    padding: 1rem;
}

.home-seo .box-vertical h4 {
    box-sizing: border-box;
    font-size: 1rem;
    padding-left: 1em;
    border-left: solid .25em var(--primary-color);
    font-weight: normal;
}

.home-seo .box-vertical p {
    margin-bottom: 1rem;
}

.ss-archive {
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 5rem 0 !important;
}

.ss-archive .title {
    margin-bottom: 0;
}

.ss-archive .bg-ss-left {
    bottom: -1rem;
    top: auto;
    left: -1rem;
    transform: rotate(-90deg);
}

.sub-menu-main .menu-item>a {
    text-align: center;
    display: block;
    margin-bottom: 16px;
    font-size: 18px;
    text-transform: uppercase;
}

.sub-menu {
    background: #fff;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 1px solid var(--primary-color);
    border-bottom: 0;
    border-right: 0;
    box-sizing: border-box;
    margin-bottom: -1px;
}

.sub-menu a {
    position: relative;
    padding: 1em 1.4em 1em 1em;
    text-align: center;
    color: var(--primary-color);
    box-sizing: border-box;
    border-right: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-menu a:after {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    content: "\f0d7";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    vertical-align: middle
}

.plan__list-wrap-ttl {
    box-sizing: border-box;
    font-size: 1.125rem;
    font-family: var(--font-2);
    padding-left: 1rem;
    margin: 0 0 1rem;
    border-left: solid 5px var(--primary-color);
}

.plan__list-wrap {
    margin-bottom: 2rem;
}

.ss-archive .title h1 {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    line-height: 1;
}

.plan-single__slide .slider-nav {
    max-width: 800px;
    margin: 0 auto;
}

.plan-single__slide .slider-nav .thumbnailnav {
    position: relative;
    overflow: hidden;
    height: 200px
}


.plan-single__slide .slider-nav .thumbnailnav img {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 97%;
    height: 100%;
    object-fit: cover
}

.entry-content {
    font-size: 14px;
    padding: 0;
}

.single__post {
    line-height: 1.7;
    max-width: 768px;
    margin: 0 auto;
}

.plan-single__info-price {
    font-size: 1rem;
}

.plan-single__info-price span {
    font-size: 2rem;
    color: var(--primary-color);
    margin: 0 5px;
}

.plan-single__shop .badge {
    font-size: 12px
}

.plan-single__content h3 {
    font-size: 1.125rem;
    text-align: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: solid 1px #000
}

.plan-single__content__list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap
}

.plan-single__content__list-item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 1rem;
    text-align: center;
    box-sizing: border-box
}

.plan-single__content__list-item:nth-child(3n) {
    margin-right: 0
}

.plan-single__option h2 {
    text-align: center;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1.5rem
}

.list-monthly-calendar,
.mix-calendar,
.list-calendar,
.timetbale-calendar,
.multiple-calendar,
.monthly-calendar {
    clear: both;
    margin-bottom: 1.5rem
}

.list-calendar h3,
.timetable-calendar h3,
.multiple-calendar h3,
.monthly-calendar h3 {
    font-size: 1.1rem;
    margin: .5rem 0
}

.list-monthly-calendar table,
.mix-calendar table,
.timetable-calendar table,
.multiple-calendar table,
.monthly-calendar table {
    width: 98%
}

.calendar-caption {
    font-size: 1.2rem;
    text-align: center
}

.mix-calendar th,
.mix-calendar td,
.timetable-calendar th,
.timetable-calendar td,
.multiple-calendar th,
.multiple-calendar td,
.monthly-calendar th,
.monthly-calendar td {
    text-align: center;
    width: 14%
}

.mix-calendar th,
.timetable-calendar th,
.multiple-calendar th,
.monthly-calendar th {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.7;
    font-size: 14px;
    line-height: 1;
}

.list-calendar table {
    width: auto
}

.list-monthly-calendar th,
.list-monthly-calendar td,
.list-calendar th,
.list-calendar td {
    border: 1px solid #ddd;
    text-align: center
}

.list-monthly-calendar th,
.list-calendar th {
    font-size: 1.1em;
    padding: .6em 1em
}

.list-monthly-calendar td,
.list-calendar td {
    text-align: center;
    font-size: 1.1em;
    padding: .6em
}

.calendar-caption {
    font-size: 1.2rem;
    text-align: center;
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

.entry-content table {
    margin: 1rem 0
}

.entry-content table tr th,
.entry-content table tr td {
    font-weight: 400;
    padding: .5em;
    border: 1px solid #cfcfcf;
    color: inherit;
}

caption.holiday,
caption.sun {
    color: tomato
}

caption.sat {
    color: #4169e1
}

.mix-calendar td,
.multiple-calendar td,
.monthly-calendar td {
    padding: 6px 0
}

.day-box.no-day {
    background-color: #f0f0f0
}

.day-box.today {
    background-color: #ffffe0
}

.monthly-prev-next {
    font-size: 1rem;
    width: 98%
}

.monthly-prev {
    float: left
}

.monthly-next {
    float: right
}

.calendar-time-mark,
.calendar-mark {
    color: #888;
    font-size: 1.4rem
}

.calendar-time-disable {
    color: #888;
    font-size: 1.4rem
}

.calendar-time-mark {
    line-height: 1.5rem
}

.calendar-time-mark .time-string {
    font-size: .8rem
}

.calendar-mark .article-name {
    font-size: .8rem
}

.monthly-calendar table {
    width: 100% !important;
    border-collapse: separate;
    border-spacing: .25rem;
}

.content-form legend {
    border: 0;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 0 5px;
    width: auto;
}

.content-form table {
    border: none;
    border-collapse: separate;
    border-spacing: 5px;
    margin: 0 0 5px;
    width: 99%;
}

.entry-content .content-form table th,
.content-form table td {
    font-size: .875rem !important;
    text-transform: none;
    color: inherit;
}

.content-form th {
    width: auto !important;
    white-space: nowrap;
    vertical-align: top;
    line-height: 2;
}

.input-number {
    float: left;
    margin-right: 1rem;
    text-align: center;
}

.input-number label {
    font-weight: normal;
    font-size: 14px;
    margin: 0;
}

.content-form input,
.content-form select,
.content-form textarea {
    border: 1px solid #eee;
    padding: .5em;
    line-height: 1.7;
    height: auto;
    margin: 0;
    box-shadow: unset !important;
}

.content-form select {
    font-size: 1rem;
    padding: .1rem 7px;
    min-width: 49px;
    background-position: 30px 8px;
}

.content-form fieldset .row {
    margin: 0 -8px !important;
    max-width: unset !important;
}

.content-form label.field-item {
    margin-right: .4rem;
}

.content-form label.field-item {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 0 0 1rem;
    font-weight: normal;
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    width: max-content;
    max-width: 100%;
}

.content-form .required {
    color: red;
}

#action-button button {
    border: 0;
    font-size: 1rem;
    background-color: var(--primary-color);
    color: #fff;
    padding: .5rem 2rem;
    transition: all .3s;
    margin: 0;
    text-transform: unset;
    min-height: unset;
    line-height: 1.7;
    font-weight: normal;
}

.col-title {
    padding-bottom: 0;
}

.col-title .col-inner {
    padding: 8px 16px;
}

.col-title * {
    text-transform: uppercase;
    font-size: 1.125rem;
    letter-spacing: .2em;
    box-sizing: border-box;
    margin: 0;
}

.desc-main-2 {
    font-size: 14px;
}

.desc-main-2 h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 1.3rem 0;
}

.desc-main-mt-0 h3 {
    margin-top: 0;
}

.warning-ttl p {
    font-size: 18px;
    color: var(--primary-color)
}

.warning__box .col-inner {
    padding: 1rem;
    background-color: #f6f3ed;
    font-size: 80%;
}

.warning__box * {
    margin-bottom: 0.5rem;
}

.warning__box h3 {
    font-size: 16px;
}

.option-box .col-inner {
    padding: 1rem;
    border-top: 5px solid #297bb4;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    font-size: 11px;
    height: 100%;
}

.option-box h3 {
    font-size: 18px;
    font-weight: normal;
    font-family: serif;
    margin-bottom: 0.5rem;
}

.option-box h3 strong {
    font-size: 12px;
    color: red;
    margin-left: 1rem;
}

.option-box h4 {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    border: solid 1px #297bb4;
    font-style: normal;
    padding: 3px;
    color: #297bb4;
    margin-bottom: 0.5rem;
    font-size: 11px;
}

.flow-box>.col-inner {
    z-index: 1;
    position: relative;
    box-sizing: border-box;
    border: solid 3px var(--primary-color);
    background-color: #f6f3ed;
    padding: 2rem;
    margin-bottom: 2rem;
    font-size: 14px;
    max-width: 768px;
    margin: 0 auto;
}

.flow-box .ribbon * {
    margin: 0;
}

.flow-box .ribbon {
    display: inline-block;
    position: absolute;
    top: -6px;
    left: 10px;
    margin: 0;
    padding: 10px 0;
    z-index: 2;
    width: 44px;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    background-color: var(--primary-color);
}

.flow-box .ribbon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 22px solid var(--primary-color);
    border-right: 23px solid var(--primary-color);
    border-bottom: 10px solid transparent;
}

.flow-box img,
.flow-box .img {
    width: auto !important;
}

.flow-box-x h3 {
    font-size: 1rem;
    letter-spacing: .2em;
    margin-bottom: 1rem;
    color: var(--primary-color);
    font-family: sans-serif;
}

.flow-desc-2 h4 {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 0;
}

.flow-box-x h4 {
    font-weight: normal;
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.flow-desc-2 p {
    font-size: 80%;
}

.flow-box-btn>* {
    border: 1px solid #000;
    padding: .25rem !important;
    width: max-content;
    max-width: 100%;
    margin: auto;
}

.flow-title * {
    font-size: 1.125rem;
    margin: 0;
}

.flow-title {
    background-color: #fff;
    padding: .5rem;
    margin-bottom: 5px;
}

.flow-box-desc h3 {
    font-size: 18px;
    font-family: serif;
    letter-spacing: normal;
    font-weight: normal;
    box-sizing: border-box;
    padding-left: 1rem;
    border-left: solid 5px var(--primary-color);
}

.desc-shop h2 {
    background-color: var(--primary-color);
    z-index: 1;
    position: relative;
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: .2em;
    text-align: center;
    box-sizing: border-box;
    margin: 0 0 1.5em;
    font-family: serif;
    font-weight: 500;
    padding: .5em;
}

.desc-shop h2:after {
    z-index: -1;
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    background-color: var(--primary-color);
    position: absolute;
    left: 50%;
    bottom: -1rem;
    transform: rotate(45deg) translateX(-50%);
}

.gmap {
    padding-top: 75%;
    position: relative;
}

.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.shop__inner {
    font-size: 14px;
}

.shop__inner-address {
    margin: 1rem 0 0;
    padding-bottom: 1rem;
    border-bottom: dotted 1px #f6f3ed;
}

.shop__inner-point {
    padding: 1.5rem 0;
    margin-bottom: 1.5rem;
    border-bottom: solid 1px var(--primary-color);
}

.shop__inner-point>h4 {
    z-index: 1;
    position: relative;
    text-align: center;
    font-size: 1rem;
    margin: 0 0 1.5rem;
    box-sizing: border-box;
    display: flex;
    gap: 20px;
    text-transform: uppercase;
    align-items: center;
    color: var(--primary-color);
}

.shop__inner-point>h4::before,
.shop__inner-point>h4:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--primary-color);
    flex: 1;
}

.shop__inner-seeing-reco>.col-inner {
    box-sizing: border-box;
    padding: 1rem;
    background-color: #ebe7df;
}

.shop__inner-seeing-reco h4 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 16px;
}

.shop__inner-seeing-reco-list .col-inner {
    background-color: #fff;
    box-sizing: border-box;
    padding: .75rem;
}

.shop__inner-seeing-reco-list h5 {
    box-sizing: border-box;
    font-size: .875rem;
    padding-left: .5em;
    border-left: solid 3px var(--primary-color);
    font-weight: normal;
    margin-bottom: 0;
}

.shop__inner-seeing-reco-list h5+p {
    position: relative;
    box-sizing: border-box;
    padding-left: 1.5em;
    font-size: .875rem;
    margin: 0;
}

.shop__inner-seeing-reco-list h5+p:before {
    content: "";
    display: block;
    width: 1em;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 10px;
    left: 0;
}

.title-line h3 {
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 500;
    padding-left: 1rem;
    margin: 0 0 1rem;
    border-left: solid 5px var(--primary-color);
}

.group__plan-inner>.col-inner {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    border-left: 5px solid var(--primary-color);
    padding: 1.5rem 1rem;
    font-size: 11px;
}

.group__plan-inner h3 {
    font-size: 1.125rem;
    color: var(--primary-color);
    margin: 0 0 1rem;
    font-weight: 500;
}

.group__plan-box {
    background-color: #f6f3ed;
    padding: .5rem;
    margin: 1rem 0;
    font-size: 11px;
}

.group__plan__price-balloon * {
    margin: 0;
}

.group__plan__price-balloon:after {
    content: "";
    position: absolute;
    bottom: -.75rem;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #f6f3ed;
}

.group__plan__price-balloon {
    position: relative;
    background-color: #f6f3ed;
    text-align: center;
    padding: .75rem;
    border-radius: 10rem;
    max-width: 480px;
    margin: 0 auto;
}

.group__plan__price-table.row {
    border-collapse: separate;
    border-spacing: .5rem;
    width: 100%;
    max-width: 768px !important;
    margin: 2rem auto 0;
    font-size: 14px;
    padding: 0 0.5rem;
}

.group__plan__price-table.row .col {
    padding: 0 5px;
}

.group__plan__price-bg-2 *,
.group__plan__price-bg-1 *,
.group__plan__price-balloon-desc2 *,
.group__plan__price-balloon-desc1 * {
    margin: 0;
}


.group__plan__price-balloon-desc2,
.group__plan__price-balloon-desc1 {
    font-size: 1.125rem;
    text-align: center;
    padding: .5rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    background-color: #f6f3ed;
}

.group__plan__price-balloon-desc2 {
    background-color: #e81c06;
    color: #fff;
}

.group__plan__price-bg-2,
.group__plan__price-bg-1 {
    text-align: center;
    vertical-align: middle;
    border-radius: .5rem;
    background-color: rgba(247, 140, 33, .2);
    font-size: .875rem;
    margin-bottom: 0.5rem;
    padding: .5rem 1rem;
}

.group__plan__price-bg-2 {
    background-color: rgba(41, 123, 180, .2);
}

.list-text-plan-wrap.row {
    max-width: 640px !important;
}

.list-text-plan * {
    margin: 0;
}

.list-text-plan {
    display: flex;
    align-items: center;
    padding: 1rem;
    padding-right: 24px;
    flex-wrap: nowrap;
    box-sizing: border-box;
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.list-text-plan h3 {
    font-size: 14px;
    margin: 0;
    font-weight: normal;
    width: max-content;
}

.list-text-plan p {
    font-size: 22px;
    color: #e81c06;
    margin-right: 5px;
    position: relative;
    flex: 1;
    margin-left: 20px;
}

.list-text-plan p:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1.5rem;
    height: 1px;
    background-color: #000;
    margin-right: 5px;
    top: initial;
    /* display: block; */
}

.list-text-plan:after {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    background-color: var(--primary-color);
    color: #fff;
    content: "\f105";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    font-family: var(--font-awesome);
    font-weight: 900;
    font-size: 14px;
}

.group__special__list-item {
    z-index: 1;
    position: relative;
    background-color: #f7b3a6;
    padding: 1rem;
    font-size: 13px;
}

.group__special__list-item::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: -5px;
    left: -5px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.group__special__list-item h3 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-family: var(--font-2);
}

.group__special__list-item h3:before {
    content: "●";
    color: #fbcfc7;
    margin-right: .5rem;
    font-family: 'Noto Sans JP';
}

.title-cus p {
    font-size: 18px;
    margin-bottom: 0;
}

.title-cus h2 {
    font-size: 24px;
    font-family: var(--font-2);
    margin: 10px 0 0;
    margin-bottom: 1.5em;
    font-weight: 500;
}

.group__culture__box * {
    margin: 0;
}

.group__culture__box {
    padding-bottom: 1rem;
}

.group__culture__box .col-inner {
    background-color: #f6f3ed;
}

.group__culture__box-ttl {
    font-size: 1rem;
    padding: .5rem 1rem;
    margin: 0;
    border-bottom: 1px solid #fff;
}

.group__culture__box-content {
    padding: 1rem;
    font-size: 14px;
}

.group__culture h2 {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 1.5em;
    font-weight: 500;
    font-family: var(--font-2);
}

.group__details-wrap p {
    margin-bottom: 0;
}

.group__details-wrap {
    font-size: 14px;
}

.group__details-wrap h3 {
    padding: .5rem 1rem;
    background-color: #f6f3ed;
    border-bottom: 2px solid var(--primary-color);
    font-weight: normal;
    font-size: 1rem;
    margin: 0 0 1em;
}

.group__details-wrap ol {
    padding: 0;
    margin: 0;
    counter-reset: li_count
}

.group__details-wrap ol li {
    list-style: none;
    margin-bottom: .8rem;
    margin-left: 0;
}

.group__details-wrap ol li:last-child {
    margin-bottom: 0
}

.group__details-wrap ol li:before {
    counter-increment: li_count;
    content: counter(li_count);
    color: #fff;
    background-color: #e81c06;
    margin-right: 1rem;
    padding: 5px
}

.group__details-wrap ol li>span {
    color: #e81c06;
    font-size: 10px
}

.group__details-wrap ol li>span:before {
    content: "・・・";
    margin-left: 1rem
}

.desc-form {
    font-family: serif;
}

.desc-form span {
    font-size: 24px;
}

.lang-flags {
    /* column-count: 2; */
}

.lang-flags li {
    list-style: none;
    display: flex;
    align-items: center;
    color: #000;
}

.lang-flags li a {
    width: 100%;
    color: #000;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 20px;
}

.lang-flags li a:hover {
    color: #fff;
    background: var(--primary-color);
}

.lang-flags li img {
    width: 30px !important;
    object-fit: contain;
    height: 30px !important;
}

#lang-popup {
    max-width: 400px;
    background-color: #fff;
    border-radius: 20px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}

/* #lang-popup.seen { display: none !important; }

.popup-main{
    position:fixed;
    z-index:9999;
    width:100vw;
    height:100vh;
    top:0;
    left:0;
    display:flex;
    align-items:center;
    justify-content:center;
	display:none;
}
.popup-main.active{
	display: flex;	
}
.popup-main-bg{
    background:#000;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    opacity: 0.7;
}
.popup-main-content {
    max-width:100%;
    width: 400px;
    background-color: #fff;
    border-radius: 20px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
    position:relative;
    z-index:2
} */

.contact-info i {
    width: 30px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
}
.contact-info i.zalo::after {
    content: "zalo";
    font-size: 10px;
    font-style: normal;
    text-transform: capitalize;
    background: #6bb5e1;
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 100%;
    text-align: center;
    line-height: 29px;
}
.contact-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 15px;
}

.contact-info .tiktok {
    background-image: url(../icon/tiktok.svg);
}

.contact-info .instagram {
    background-image: url(../icon/instagram.svg);
}

.contact-info .line {
    background-image: url(../icon/line.svg);
}

@media screen and (min-width: 768px) {
    .cmn-k-box .col {
        width: calc((100% / 4) - 10px);
    }
}

@media screen and (min-width: 850px) {


    .home-seo .box-vertical {
        padding: 1.5rem;
    }

    .news__list a span:first-child {
        border-right: 0;
        padding-right: 0
    }

    .cmn-k-box.row {
        flex-wrap: nowrap;
        margin: 0 auto 5px;
    }



    .header {
        z-index: 999;
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        box-sizing: border-box;
        padding: 2rem 1rem 1rem;
        width: 260px;
        height: 100%;
        /* background-color: #fff; */
        overflow-y: auto;
    }

    .header-wrapper {
        display: flex;
        flex-direction: column;
    }

    .header .flex-row,
    .header .header-inner {
        padding: 0;
        flex-direction: column;
    }

    .header .header-inner>* {
        width: 100%;
    }

    div#masthead {
        height: unset !important;
    }

    #top-bar {
        background-color: transparent !important;
    }

    div#logo {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 0;
        margin: 0;
    }

    #footer,
    #main {
        overflow: hidden;
        display: block;
        box-sizing: border-box;
        width: calc(100% - 260px);
        margin-left: auto;
    }
}

@media screen and (min-width: 1200px) {
    .plan__list .col:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 1200px) {
    .plan__list .col {
        width: 48%;
    }
}

@media screen and (max-width: 850px) {
    #logo {
        width: auto !important;
    }

    #logo img {
        padding: 0 15px;
    }

    .plan-single__slide .slider-nav .thumbnailnav {
        height: 125px
    }

    .sub-menu a {
        font-size: 12px;
    }

    .sub-menu {
        grid-template-columns: repeat(2, 1fr);
    }

    .nav-simple>li>a {
        font-size: 12px;
        padding: .5rem 1rem;
    }

    .news__list a {
        flex-wrap: wrap;
        font-size: 12px
    }

    .news__list a span:nth-child(2) {
        padding: .1rem .25rem
    }

    .news__list a span:nth-child(3) {
        width: 100%;
        margin-top: .5rem;
        text-align: left;
    }

    .reserve-menu {
        z-index: 8;
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        background-color: rgba(255, 255, 255, .9);
        transition: all .5s;
        display: flex;
        justify-self: start;
        align-items: stretch;
        flex-wrap: wrap
    }

    .header {
        overflow: visible;
        width: 100%;
        height: auto;
        box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, .1);
        position: sticky;
        top: 0;
    }

    .header-inner.flex-row.container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .header-main .nav>li>a[aria-label="Menu"] {
        padding: 0 !important;
        height: 56px;
        width: 56px;
        justify-content: center;
        background: var(--primary-color);
        color: #Fff;
        font-size: 18px;
    }

    .off-canvas-center .mfp-content {
        width: 100%;
        max-width: 100%;
        top: 0;
        vertical-align: top;
    }

    li.html.header-social-icons.ml-0 a.twitter,
    li.html.header-social-icons.ml-0 a.instagram,
    li.html.header-social-icons.ml-0 a.facebook {
        font-size: 0;
        display: block;
        width: auto;
        min-width: unset;
        display: block;
    }

    li.html.header-social-icons.ml-0 a::before {
        font-family: fl-icons !important;
        font-size: 26px;
        color: var(--primary-color);
    }

    li.html.header-social-icons.ml-0 a.facebook::before {
        content: '\e002';
        background: var(--primary-color);
        width: 26px;
        height: 26px;
        display: block;
        line-height: 37px;
        color: #f9f3e3;
        font-size: 22px;
        border-radius: 20px;
        text-align: center;
    }

    li.html.header-social-icons.ml-0 a.instagram::before {
        content: "\e00e";
    }

    li.html.header-social-icons.ml-0 a.twitter::before {
        content: "\e001";
    }

    li.html.header-social-icons.ml-0 .social-icons.follow-icons {
        display: flex;
        align-items: center;
        gap: 1.5rem;
        justify-content: space-between;
        width: 100%;
    }

    li.html.header-social-icons.ml-0 {
        display: block;
        width: 100%;
        padding: 0 15px;
    }

    .slider-logo {
        max-width: 18vw;
        top: 1.5rem;
        left: 4rem;
    }

    .slider-main .section-content {
        padding: 0 !important;
    }

    .flow-box>.col-inner {
        padding: 2rem 1rem;
    }

    #wide-nav .flex-row.container {
        padding: 0;
    }

    .header-bottom-nav>li {
        max-width: 50%;
        flex-basis: 50%;
        margin: 0;
    }

    .nav.header-bottom-nav>li>* {
        width: 100%;
        text-align: center;
        justify-content: center;
        flex-direction: column;
        padding: 0;
        min-height: 52px;
        color: #000;
        display: flex;
        align-items: center;
    }

    span.menu-title.uppercase.hide-for-small {
        display: block !important;
        font-size: 14px;
        margin: 0;
        color: #000;
    }

    div#wide-nav {
        border-top: 1px solid #ccc;
        background: transparent;
    }

    .header-button a.button.primary {
        width: 100%;
        border-radius: 0 !important;
        height: 100%;
        height: 52px;
        line-height: 52px;
        text-transform: none;
        font-size: 14px;
    }

    .header-button a.button.primary::after {
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-left: 10px;
        display: inline-block;
    }
}

@media screen and (max-width: 550px) {
    .content-form label.field-item {
        width: 100%;
    }

    .footer-links__plans a {
        width: 100%;
        margin-right: 0;
    }

    .icon-copyright {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        margin-bottom: 1.5rem !important;
    }

    footer .social-icons,
    .menu-copyright {
        justify-content: center;
    }

    .text-po {
        left: 0;
        bottom: 0;
    }

    .review-box {
        width: 100%;
        display: flex;
    }

    .review-box .box-image {
        width: 30%;
    }

    .review-box .box-text {
        width: 70%;
        padding: 0;
        padding-left: 4%;
    }

    .home .box-blog-post {
        display: flex;
    }

    .home .box-blog-post .box-image {
        box-sizing: border-box;
        width: 30%;
    }

    .home .box-blog-post .box-text {
        box-sizing: border-box;
        width: 70%;
        padding: 0;
        padding-left: 15px
    }

    .home .box-blog-post .box-image .image-cover {
        padding-top: 70px !important;

    }

    .home .box-blog-post .box-image .image-cover img {
        height: 100%;
        object-fit: cover
    }

    .home .box-blog-post .box-text-inner.blog-post-inner h5.post-title.is-large {
        font-size: 14px;
        font-weight: normal;
        margin: 0px;
    }

    .home .box-blog-post .box-text-inner.blog-post-inner .post-meta {
        font-size: 12px;
        margin: 0 0 10px;
    }

    .calendar-time-mark,
    .calendar-mark {
        font-size: 12px
    }

    .mv_vertical * {
        font-size: 16px;
    }

    .plan__list .col {
        width: 50%;
        margin: 0 0 1rem !important
    }

    .plan__list-item:last-child {
        margin-bottom: 0 !important
    }

    .row:not(.row-collapse).plan__list {
        margin: 0 -5px !important;
        width: auto;
        max-width: unset !important;
    }

    .plan__list-item-txt p {
        -webkit-line-clamp: 2
    }

    .plan__list-item {
        flex-direction: column;
        padding: 0 5px;
        background: transparent;
        box-shadow: unset;
    }

    .plan__list-item-arrow,
    .plan__list-item-thumbnail,
    .plan__list-item-txt {
        width: 100%;
    }

    .plan__list-item-txt {
        padding: 10px 0
    }

    .plan__list-item-thumbnail img {
        height: auto;
        position: unset;
        aspect-ratio: 1/1.5;
        /* object-fit: contain; */
    }

    .plan__list-wrap-desc {
        font-size: 12px;
    }
}

@media screen and (max-width: 350px) {
    li.html.header-social-icons.ml-0 .social-icons.follow-icons {
        gap: 10px;
    }
}

.mfp-bg.mfp-ready {
    opacity: .9;
}


html,
body {
    background-color: #f9f3e3 !important;
}