/* ==================== style.css ==================== */

html,
body {
    height: 100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #111111;
    font-weight: 400;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium";
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 16px;
    color: #444444;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 15px 0;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    opacity: 0.5
}

ul,
ol {
    padding: 0;
    margin: 0;
}


.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: #fff;
}

.site-btn {
    border: none;
    display: inline-block;
    padding: 12px 40px 10px;
    background: #d9bb9d;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.search__option {
    display: inline-block;
    margin-right: 45px;
    cursor: pointer;
}

.offcanvas-menu-wrapper {
    display: none;
}

.canvas__open {
    display: none;
}

/*---------------------
  Hero
-----------------------*/
.hero {
    overflow: hidden;
}

.hero__items {
    height: 100vh;
}

.hero__slider.owl-carousel .owl-nav button {
    font-size: 60px;
    color: rgba(253, 253, 253, 0.63);
    height: 150px;
    width: 150px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    position: absolute;
    left: -75px;
    top: 50%;
    margin-top: -75px;
}

.hero__slider.owl-carousel .owl-nav button i {
    position: absolute;
    right: 35px;
    top: 45px;
}

.hero__slider.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -75px;
}

.hero__slider.owl-carousel .owl-nav button.owl-next i {
    left: 35px;
    right: auto;
    top: 46px;
}

.hero__slider.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 26px;
    text-align: center;
}

.hero__slider.owl-carousel .owl-dots button {
    height: 15px;
    width: 15px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}

.hero__slider.owl-carousel .owl-dots button:after {
    position: absolute;
    left: -2.5px;
    top: -2.5px;
    height: 20px;
    width: 20px;
    border: 3px solid #ffffff;
    content: "";
    border-radius: 50%;
    opacity: 0;
}

.hero__slider.owl-carousel .owl-dots button.active {
    background: transparent;
}

.hero__slider.owl-carousel .owl-dots button.active:after {
    opacity: 1;
}

.hero__slider.owl-carousel .owl-dots button:last-child {
    margin-right: 0;
}


.services {
    padding-top: 150px;
    position: relative;
    z-index: 1;
    padding-bottom: 0;
}

.services:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 825px;
    width: 100%;
    background: url(../img/bg2.png);
    content: "";
    z-index: -1;
}

.section .container {
    border-bottom: 1px solid #ede5e5;
    padding-bottom: 70px;
}

.services__item {
    margin-bottom: 30px;
}

.services__item.services__item__top:hover .services__item__text {
    top: 30px;
}

.services__item:hover .services__item__text {
    top: -30px;
    box-shadow: 0px 5px 25px rgba(83, 116, 131, 0.16);
    background: #ffffff;
}

.services__item__pic img {
    min-width: 100%;
}

.services__item__text {
    padding: 20px 0px;
    text-align: center;
    position: relative;
    left: 0;
    top: 10px;
    width: 90%;
    margin: 0 auto;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    background: rgba(255, 255, 255, 0.54)
}

.services__item__text h5 {
    font-size: 20px;
    font-weight: 500;
    color: #200204;
    margin-bottom: 0px;
}

.services__item__text span {
    color: #d9bb9d;
    display: block;
    font-size: 15px;
    font-weight: 500;
}


.testimonial__item__icon {
    position: absolute;
    left: 0;
    top: -42px;
    z-index: -1;
}

.testimonial__author {
    overflow: hidden;
    margin-bottom: 35px;
}

.testimonial__item p {
    font-size: 15px;
    color: #200204;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
}

.testimonial__author__pic {
    float: left;
    margin-right: 25px;
}

.testimonial__author__text {
    overflow: hidden;
    padding-top: 10px;
}

.testimonial__author__text h5 {
    color: #200204;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.testimonial__author__text span {
    color: #b7936f;
    display: block;
    font-size: 15px;
    font-weight: 500;
}

.testimonial__slider.owl-carousel .owl-dots {
    position: absolute;
    right: 3px;
    top: 50px;
}

.testimonial__slider.owl-carousel .owl-dots button {
    height: 15px;
    width: 15px;
    background: #ccaf92;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
}

.testimonial__slider.owl-carousel .owl-dots button:after {
    position: absolute;
    left: -2.5px;
    top: -2.5px;
    height: 20px;
    width: 20px;
    border: 3px solid #d9bb9d;
    content: "";
    border-radius: 50%;
    opacity: 0;
}

.testimonial__slider.owl-carousel .owl-dots button.active {
    background: transparent;
}

.testimonial__slider.owl-carousel .owl-dots button.active:after {
    opacity: 1;
}

.testimonial__slider.owl-carousel .owl-dots button:last-child {
    margin-right: 0;
}

.work {
    overflow: hidden;
}

.work .container-fluid {
    padding-right: 5px;
    padding-left: 5px;
}

.work__item {
    height: 305px;
    position: relative;
    margin-bottom: 20px;
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
}

.work__item:hover .work__item__text {
    bottom: 0;
}

.work__item.large__item {
    height: 630px;
}

.work__item__text {
    background: #d9bb9d;
    padding: 20px 20px 16px 30px;
    position: absolute;
    left: 0;
    bottom: -500px;
    width: 100%;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.work__item__text span {
    color: #ffffff;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.work__item__text h6 {
    color: #ffffff;
    font-size: 17px;
    text-transform: uppercase;
}

.beauty-products {
    background: #f8f2f2;
}

.callto {
    overflow: hidden;
}

.callto__left {
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.callto__left__text span {
    font-size: 30px;
    color: #d9bb9d;
    letter-spacing: 2px;
}

.callto__left__text h2 {
    font-size: 50px;
    color: #ffffff;
    font-family: serif;
    letter-spacing: 2px;
}

.callto__form {
    height: 550px;
    padding: 70px 100px 65px;
}

.callto__form h3 {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.callto__form input {
    background: #ffffff;
    height: 46px;
    width: 100%;
    font-size: 16px;
    color: #888888;
    padding-left: 20px;
    border: none;
    margin-bottom: 30px;
}

.callto__form input::placeholder {
    color: #888888;
}

.callto__form textarea {
    background: #ffffff;
    height: 100px;
    width: 100%;
    font-size: 16px;
    color: #888888;
    padding-left: 20px;
    border: none;
    padding-top: 12px;
    margin-bottom: 24px;
}

.callto__form textarea::placeholder {
    color: #888888;
}

.about {
    padding-bottom: 70px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.about:after {
    position: absolute;
    left: 0;
    top: -150px;
    right: 0;
    width: 1105px;
    height: 1070px;
    background: url(../img/about/about-bg.png);
    content: "";
    margin: 0 auto;
}


.about__text p {
    color: #200204;
    line-height: 30px;
    margin-bottom: 65px;
}

.about__pic img {
    min-width: 100%;
}


/*---------------------
  Newslatter
-----------------------*/
.newslatter {
    padding-top: 34px;
    padding-bottom: 40px;
}

.newslatter__text h2 {
    color: #ffffff;
    font-size: 110px;
    font-family: "Mattings Regular";
    line-height: 85px;
    text-shadow: 2px 2px #000;
}

.newslatter__form {
    margin-top: 17px;
}

.newslatter__form form {
    position: relative;
}

.newslatter__form form input {
    width: 100%;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    color: #ffffff;
    padding-left: 40px;
}

.newslatter__form form input::placeholder {
    color: #ffffff;
}

.newslatter__form form button {
    font-size: 15px;
    color: #d9bb9d;
    font-weight: 500;
    background: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none;
    border-radius: 50px;
    padding: 0 30px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.breadcrumb-option {
    height: 300px
}

.breadcrumb__text {
    display: inline-block;
    margin-bottom: 3rem
}

.breadcrumb__text h2 {
    font-size: 40px;
    color: #200204;
    font-weight: 500;
    margin-bottom: 6px;
}

.breadcrumb__links a {
    font-size: 15px;
    color: #b4916d;
    display: inline-block;
    margin-right: 26px;
    position: relative;
}

.breadcrumb__links a:after {
    position: absolute;
    right: -23px;
    top: -1px;
    content: ">";
    color: #200204;
}

.breadcrumb__links span {
    font-size: 16px;
    color: #200204;
    display: inline-block;
}

.product__widget__show {
    margin-bottom: 25px;
}

.product__widget__show p {
    color: #111111;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 42px;
}

.product__widget__filter .nice-select {
    height: 42px;
    float: none;
    border: 1px solid #e1e1e1;
    padding-left: 22px;
    border-radius: 0;
    margin-bottom: 30px;
}

.product__widget__filter .nice-select .list {
    margin-top: 0;
    border-radius: 0;
    width: 100%;
}

.product__widget__filter .nice-select span {
    font-size: 14px;
    color: #111111;
}

.product__widget__filter .nice-select:after {
    border-bottom: 2px solid #111;
    border-right: 2px solid #111;
    height: 8px;
    margin-top: -5px;
    right: 24px;
    top: 50%;
    width: 8px;
}

.product__item {
    overflow: hidden;
    margin-bottom: 38px;
}

.product__item:hover .product__item__hover {
    top: 30px;
}

.product__item__pic {
    border: 1px solid #e1e1e1;
    height: 330px;
    position: relative;
}

.product__item__hover {
    position: absolute;
    right: 30px;
    top: -300px;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.product__item__hover ul li {
    list-style: none;
    position: relative;
    margin-bottom: 10px;
}

.product__item__hover ul li:hover a {
    background: #d9bb9d;
    border-color: #d9bb9d;
}

.product__item__hover ul li:hover a i {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    color: #ffffff;
}

.product__item__hover ul li:hover span {
    opacity: 1;
}

.product__item__hover ul li:last-child {
    margin-bottom: 0;
}

.product__item__hover ul li a {
    height: 50px;
    width: 50px;
    border: 1px solid #e1e1e1;
    background: #ffffff;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #111111;
    display: inline-block;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.product__item__hover ul li a i {
    display: inline-block;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.product__item__hover ul li span {
    font-size: 12px;
    color: #ffffff;
    background: #111111;
    padding: 4px 12px 2px;
    width: 105px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: -115px;
    top: 13px;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    opacity: 0;
}

.product__item__hover ul li span:after {
    position: absolute;
    right: -4px;
    top: 50%;
    height: 8px;
    width: 8px;
    background: #111111;
    content: "";
    transform: rotate(45deg);
    margin-top: -4px;
}

.product__item__text {
    padding: 15px 0px 0;
}

.product__item__text span {
    font-size: 13px;
    color: #888888;
    display: block;
    margin-bottom: 8px;
}

.product__item__text h6 {
    margin-bottom: 15px;
}

.product__item__text h6 a {
    color: #111111;
}

.product__item__text .price {
    color: #d9bb9d;
    font-size: 13px;
    font-weight: 500;
}

.product__slider.owl-carousel .col-lg-3 {
    max-width: 100%;
}

.product__slider.owl-carousel .owl-nav button {
    font-size: 30px;
    color: #888888;
    position: absolute;
    left: -25px;
    top: 28%;
}

.product__slider.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -25px;
}

.more__btn.work__btn {
    padding-top: 20px;
}

.more__btn a {
    font-size: 13px;
    color: #111111;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 15px 5px;
    border-bottom: 2px solid #200204;
}

/*---------------------
  Product Details
-----------------------*/
.product-details {
    padding-bottom: 60px;
}

.product__details__pic {
    margin-right: -30px;
    overflow: hidden;
    margin-bottom: 50px;
}

.product__details__pic__item {
    float: left;
    width: calc(79.4% - 30px);
    border: 1px solid #dddddd;
    margin-right: 30px;
    height: 550px;
}

.product__details__pic__item img {
    min-width: 100%;
    height: 100%;
}

.product__details__thumb {
    float: left;
    width: calc(20.6% - 30px);
}

.pt__item {
    border: 1px solid #dddddd;
    margin-bottom: 30px;
    cursor: pointer;
}

.pt__item.active {
    border-color: #200204;
}

.pt__item:last-child {
    margin-bottom: 0;
}

.pt__item img {
    min-width: 100%;
}

.product__details__text {
    margin-bottom: 50px;
}

.product__details__text__title {
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 46px;
}

.product__details__text__title h4 {
    color: #200204;
    margin-bottom: 12px;
    font-weight: 500;
}

.product__details__text__title .price {
    font-size: 24px;
    color: #d9bb9d;
    position: absolute;
    right: 0;
    top: 15px;
}

.product__details__text__title ul li {
    list-style: none;
    display: inline-block;
    margin-right: 35px;
    position: relative;
}

.product__details__text__title ul li:after {
    position: absolute;
    right: -22px;
    top: 1px;
    content: "|";
    color: #888888;
    font-size: 15px;
}

.product__details__text__title ul li:last-child {
    margin-right: 0;
}

.product__details__text__title ul li:last-child:after {
    display: none;
}

.product__details__text__title ul li .rating i {
    font-size: 14px;
    color: #ECBA0B;
    margin-right: -4px;
}

.product__details__text__title ul li .rating i:last-child {
    margin-right: 0;
}

.product__details__text__title ul li span {
    font-size: 14px;
    color: #111111;
}

.product__details__info {
    padding: 40px 0;
    border-bottom: 1px solid #e1e1e1;
}

.product__details__info ul {
    margin-bottom: 12px;
}

.product__details__info ul li {
    list-style: none;
    font-size: 15px;
    color: #888888;
    line-height: 30px;
}

.product__details__info ul li span {
    color: #111111;
    font-weight: 500;
    text-transform: uppercase;
}

.product__details__info .product__details__info__color h6 {
    font-size: 15px;
    color: #888888;
    display: inline-block;
    margin-right: 16px;
}

.product__details__info__color__items {
    display: inline-block;
}

.product__details__info__color__items .pc__item {
    display: inline-block;
    margin-right: 6px;
}

.product__details__info__color__items .pc__item:last-child {
    margin-right: 0;
}

.product__details__info__color__items .pc__item input {
    position: absolute;
    visibility: hidden;
}

.product__details__info__color__items .pc__item label {
    height: 12px;
    width: 12px;
    background: #653728;
    border-radius: 50%;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
}

.product__details__info__color__items .pc__item label.color-2 {
    background: #DBA07A;
}

.product__details__info__color__items .pc__item label.color-3 {
    background: #DAB8B2;
}

.product__details__info__color__items .pc__item label.active:after {
    opacity: 1;
}

.product__details__info__color__items .pc__item label:after {
    position: absolute;
    left: -3px;
    top: -3px;
    height: 18px;
    width: 18px;
    border: 1px solid rgba(242, 101, 96, 0.3);
    content: "";
    border-radius: 50%;
    opacity: 0;
}

.product__details__widget {
    overflow: hidden;
    padding-top: 50px;
}

.product__details__widget .quantity {
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.product__details__widget .quantity .pro-qty {
    width: 170px;
    height: 50px;
    border: 1px solid #e1e1e1;
    padding: 0 20px;
    border-radius: 50px;
}

.product__details__widget .quantity .pro-qty .qtybtn {
    font-size: 24px;
    color: #200204;
    width: 25px;
    float: left;
    height: 100%;
    line-height: 46px;
    cursor: pointer;
}

.product__details__widget .quantity .pro-qty input {
    font-size: 15px;
    color: #200204;
    font-weight: 500;
    letter-spacing: 2px;
    width: 78px;
    float: left;
    background: transparent;
    border: none;
    height: 100%;
    text-align: center;
}

.product__details__widget .pd__cart {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    background: #d9bb9d;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 14px 50px 12px;
    float: left;
    margin-right: 20px;
    border-radius: 50px;
}

.product__details__widget .heart__btn {
    width: 50px;
    height: 50px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product__details__desc__tab {
    background: #f8f2f2;
    padding: 45px 0;
    margin-top: 50px;
}

.product__details__desc__tab .nav {
    border: none;
    margin-bottom: 38px;
    justify-content: center;
}

.product__details__desc__tab .nav-item {
    margin-right: 65px;
    position: relative;
}

.product__details__desc__tab .nav-item:after {
    position: absolute;
    right: -36px;
    top: 0;
    content: "/";
    color: #dddddd;
    font-size: 20px;
}

.product__details__desc__tab .nav-item:last-child {
    margin-right: 0;
}

.product__details__desc__tab .nav-item:last-child:after {
    display: none;
}

.product__details__desc__tab .nav-link {
    font-size: 20px;
    color: #100303;
    padding: 0;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.product__details__desc__tab .nav-link.active {
    color: #d9bb9d;
    background-color: transparent;
    border-color: transparent;
}

.product__details__desc__tab .tab-content {
    text-align: center;
}

.product__details__desc__tab .tab-content p {
    line-height: 27px;
    margin-bottom: 0;
}

/*---------------------
  Related Products
-----------------------*/
.related__products {
    padding-top: 120px;
}


/*---------------------
  Services
-----------------------*/
.services-page {
    padding-bottom: 0;
}

.services__page__text {
    margin-bottom: 100px;
}

.services__page__text .price {
    font-size: 16px;
    color: #d9bb9d;
    font-weight: 500;
    background: #ffffff;
    position: relative;
    margin-bottom: 10px;
}

.services__page__text .price:after {
    position: absolute;
    left: 100px;
    top: 11px;
    height: 1px;
    width: 70px;
    background: #d9bb9d;
    content: "";
}

.services__page__text h2 {
    color: #200204;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.services__page__text p {
    color: #200204;
    line-height: 30px;
    margin-bottom: 20px;
}

.services__page__text ul {
    margin-bottom: 40px;
}

.services__page__text ul li {
    list-style: none;
    font-size: 15px;
    color: #200204;
    margin-bottom: 15px;
}

.services__page__text ul li:last-child {
    margin-bottom: 0;
}

.services__page__text ul li span {
    font-size: 15px;
    color: #d9bb9d;
    margin-right: 15px;
}

.services__page__pic {
    margin-right: -30px;
    margin-bottom: 100px;
    overflow: hidden;
}

.services__page__pic__item {
    width: calc(50% - 30px);
    margin-right: 30px;
    float: left;
}

.services__page__pic__item.small__item {
    padding-top: 50px;
}


/*---------------------
  Blog
-----------------------*/
.latest-blog {
    padding-bottom: 50px;
    padding-top: 80px;
}


.blog__item {
    margin-bottom: 50px;
}

.blog__item__pic {
    position: relative;
}

.blog__item__pic img {
    min-width: 100%;
}

.blog__item__text {
    padding: 50px 30px 25px;
    box-shadow: 0px 5px 25px rgba(83, 116, 131, 0.16);
    background: #ffffff;
    position: relative;
    z-index: 1;
}

.blog__item__text h3 {
    margin-bottom: 10px;
    font-size: 20px
}


/*---------------------
  Blog Details
-----------------------*/
.blog-details {
    padding-bottom: 100px;
}

.blog__details__content {
    box-shadow: 0px 5px 25px rgba(83, 116, 131, 0.16);
    padding: 90px 100px 50px;
    margin-top: -70px;
    background: #ffffff;
    position: relative;
}

.blog__details__content .blog__item__cat {
    height: 90px;
    width: 90px;
    background: #ffffff;
    font-size: 36px;
    color: #d9bb9d;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: -45px;
    margin: 0 auto;
}

.blog__details__content .blog__item__cat i {
    color: #d9bb9d;
}

.blog__details__hero img {
    min-width: 100%;
}

.blog__details__title {
    text-align: center;
    margin-bottom: 34px;
}

.blog__details__title h2 {
    color: #100303;
    line-height: 55px;
    margin-bottom: 12px;
}

.blog__details__title ul {
    margin-bottom: 40px;
}

.blog__details__title ul li {
    font-size: 14px;
    color: #888888;
    list-style: none;
    display: inline-block;
    margin-right: 30px;
    position: relative;
}

.blog__details__title ul li:after {
    position: absolute;
    right: -18px;
    top: -1px;
    content: "|";
    color: #888888;
}

.blog__details__title ul li:last-child {
    margin-right: 0;
}

.blog__details__title ul li:last-child:after {
    display: none;
}

.blog__details__title ul li:first-child {
    color: #200204;
}

.blog__details__title p {
    line-height: 30px;
    color: #200204;
    margin-bottom: 0;
}

.blog__details__item {
    text-align: center;
    margin-bottom: 32px;
}

.blog__details__item h5 {
    color: #200204;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 36px;
}

.blog__details__item p {
    line-height: 30px;
    color: #200204;
    margin-bottom: 0;
}

.blog__details__item p:last-child {
    margin-top: 30px;
    margin-bottom: 0;
}

.blog__details__pic {
    padding-top: 30px;
    margin-bottom: 55px;
}

.blog__details__pic img {
    min-width: 100%;
}

.blog__details__widget {
    border-top: 1px solid #dddddd;
    padding-top: 20px;
    margin-top: 70px;
    padding-bottom: 50px;
}

.blog__details__widget__tag {
    margin-bottom: 10px;
}

.blog__details__widget__tag span {
    color: #200204;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
}

.blog__details__widget__tag a {
    font-size: 14px;
    color: #111111;
    display: inline-block;
    border: 1px solid #e1e1e1;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px 20px 6px 15px;
}

.blog__details__widget__tag a:last-child {
    margin-right: 0;
}

.blog__details__widget__social {
    text-align: right;
    margin-bottom: 20px;
}

.blog__details__widget__social span {
    color: #200204;
    display: inline-block;
    margin-right: 20px;
}

.blog__details__widget__social a {
    font-size: 18px;
    color: #111111;
    display: inline-block;
    margin-right: 20px;
}

.blog__details__widget__social a:last-child {
    margin-right: 0;
}

.blog__details__btns {
    background: #f8f2f2;
    padding: 40px 30px 30px;
    margin-bottom: 65px;
}

.blog__details__btns__list.blog__details__btns__list--next span {
    text-align: right;
}

.blog__details__btns__list.blog__details__btns__list--next .blog__details__btns__item__pic {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}

.blog__details__btns__list.blog__details__btns__list--next .blog__details__btns__item__text {
    text-align: right;
}

.blog__details__btns__list span {
    color: #200204;
    font-size: 15px;
    display: block;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.blog__details__btns__item {
    display: block;
    overflow: hidden;
}

.blog__details__btns__item span {
    color: #200204;
    font-size: 15px;
    display: block;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blog__details__btns__item__pic {
    float: left;
    margin-right: 20px;
}

.blog__details__btns__item__text {
    overflow: hidden;
}

.blog__details__btns__item__text h6 {
    color: #200204;
    font-weight: 500;
    line-height: 24px;
}

.blog__details__comment {
    margin-bottom: 65px;
}

.blog__details__comment h4 {
    font-size: 20px;
    color: #111111;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.blog__details__comment__item {
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 24px;
    margin-bottom: 30px;
}

.blog__details__comment__item p {
    color: #111111;
    margin-bottom: 50px;
}

.blog__details__comment__item .blog__details__comment__author h5 {
    font-size: 20px;
    color: #111111;
    font-weight: 500;
    margin-bottom: 6px;
}

.blog__details__comment__item .blog__details__comment__author ul {
    display: inline-block;
}

.blog__details__comment__item .blog__details__comment__author ul li {
    font-size: 14px;
    color: #888888;
    list-style: none;
    display: inline-block;
    margin-right: 24px;
    position: relative;
}

.blog__details__comment__item .blog__details__comment__author ul li:after {
    position: absolute;
    right: -17px;
    top: -1px;
    content: "|";
    color: #888888;
}

.blog__details__comment__item .blog__details__comment__author ul li:last-child {
    margin-right: 0;
}

.blog__details__comment__item .blog__details__comment__author ul li:last-child:after {
    display: none;
}

.blog__details__comment__item .blog__details__comment__author ul li a {
    font-size: 14px;
    color: #d9bb9d;
    text-transform: uppercase;
}

.show__all {
    text-align: center;
}

.show__all a {
    font-size: 15px;
    color: #200204;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: underline;
}

.blog__details__form {
    text-align: center;
}

.blog__details__form h4 {
    font-size: 20px;
    color: #111111;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.blog__details__form form input {
    height: 46px;
    width: 100%;
    border: 1px solid #e1e1e1;
    font-size: 15px;
    color: #888888;
    padding-left: 20px;
    margin-bottom: 30px;
}

.blog__details__form form input::placeholder {
    color: #888888;
}

.blog__details__form form textarea {
    height: 100px;
    width: 100%;
    border: 1px solid #e1e1e1;
    font-size: 15px;
    color: #888888;
    padding-left: 20px;
    padding-top: 12px;
    resize: none;
    margin-bottom: 10px;
}

.blog__details__form form textarea::placeholder {
    color: #888888;
}

.blog__details__form form p {
    color: #111111;
    line-height: 30px;
    margin-bottom: 25px;
}

.blog__details__form form p span {
    color: #d9bb9d;
}


/*--------------------------------- Responsive Media Quaries -----------------------------*/
@media only screen and (min-width: 1200px) {
    .product__slider.owl-carousel .owl-nav button {
        left: -10px;
    }

    .product__slider.owl-carousel .owl-nav button.owl-next {
        right: -10px;
    }

    .team__slider.owl-carousel .owl-nav button {
        left: -10px;
    }

    .team__slider.owl-carousel .owl-nav button.owl-next {
        right: -10px;
    }
}

@media only screen and (min-width: 1450px) and (max-width: 1600px) {
    .product__slider.owl-carousel .owl-nav button {
        left: -10px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {
    .search__option {
        margin-right: 10px;
    }

    .product__slider.owl-carousel .owl-nav button {
        left: -5px;
    }

    .product__slider.owl-carousel .owl-nav button.owl-next {
        right: -5px;
    }

    .callto__left__text h2 {
        font-size: 45px;
    }

    .team__slider.owl-carousel .owl-nav button {
        left: -5px;
    }

    .team__slider.owl-carousel .owl-nav button.owl-next {
        right: -5px;
    }

    .team__item__text {
        padding: 30px 25px 25px;
    }

    .team__item__text p {
        font-size: 14px;
    }

    .product__details__pic__item {
        height: auto;
    }

    .product__details__pic__item img {
        height: auto;
    }

    .blog__details__content {
        padding: 90px 50px 50px;
    }

    .blog__details__widget__social a {
        margin-right: 15px;
    }

    .blog__details__widget__tag a {
        margin-bottom: 15px;
    }

    .contact__widget__icon {
        left: -30px;
    }
}


/* Medium Device = 1200px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .search__option {
        margin-right: 10px;
    }

    .product__slider.owl-carousel .owl-nav button {
        left: -5px;
    }

    .product__slider.owl-carousel .owl-nav button.owl-next {
        right: -5px;
    }

    .work__item__text {
        padding: 20px 15px 16px 15px;
    }

    .callto__form {
        padding: 90px 30px 65px;
    }

    .callto__left__text h2 {
        font-size: 40px;
    }

    .team__item__text {
        padding: 28px 20px 25px;
        width: calc(100% - 15px);
    }

    .team__item__text p {
        font-size: 13px;
    }

    .newslatter__form form button {
        padding: 0 20px;
    }

    .cart__coupon form button {
        padding: 0 15px;
    }

    .cart__total a {
        letter-spacing: 0px;
        padding: 14px 12px 12px;
    }

    .cart__btn__continue a {
        padding: 0 5px 4px 0;
    }

    .cart__btn__right a {
        padding: 0 5px 4px 0;
        margin-right: 30px;
    }

    .checkout__proceed__coupon .coupon__input button {
        padding: 0 14px;
    }

    .checkout__proceed .proceed__btn {
        padding: 12px 10px 10px;
        letter-spacing: 1px;
    }

    .product__details__pic__item {
        height: auto;
    }

    .product__details__pic__item img {
        height: auto;
    }

    .product__details__text__title .price {
        position: relative;
        top: 0;
        margin-bottom: 15px;
    }

    .product__details__widget .pd__cart {
        padding: 14px 30px 12px;
    }

    .product__details__desc__tab .nav-item {
        margin-right: 20px;
    }

    .product__details__desc__tab .nav-item:after {
        right: -14px;
    }

    .blog__details__content {
        padding: 90px 30px 50px;
    }

    .blog__details__widget__social span {
        margin-right: 8px;
    }

    .blog__details__widget__social a {
        margin-right: 10px;
    }

    .contact__widget__icon {
        left: -30px;
    }
}

/* Tablet Device = 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .canvas__open {
        display: block;
        font-size: 22px;
        color: #200204;
        height: 35px;
        width: 35px;
        line-height: 37px;
        text-align: center;
        border: 1px solid #200204;
        border-radius: 2px;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 16px;
        z-index: 9;
    }

    .offcanvas-menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        content: "";
        z-index: 98;
        -webkit-transition: all, 0.5s;
        -moz-transition: all, 0.5s;
        -ms-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
        visibility: hidden;
    }

    .offcanvas-menu-overlay.active {
        visibility: visible;
    }

    .offcanvas-menu-wrapper {
        position: fixed;
        left: -300px;
        width: 300px;
        height: 100%;
        background: #ffffff;
        padding: 50px 20px 30px 30px;
        display: block;
        z-index: 100;
        overflow-y: auto;
        -webkit-transition: all, 0.5s;
        -moz-transition: all, 0.5s;
        -ms-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
        opacity: 0;
    }

    .offcanvas-menu-wrapper.active {
        opacity: 1;
        left: 0;
    }

    .slicknav_btn {
        display: none;
    }

    .slicknav_nav ul {
        margin: 0;
    }

    .slicknav_nav .slicknav_row,
    .slicknav_nav a {
        padding: 7px 0;
        margin: 0;
        color: #200204;
        font-weight: 600;
    }

    .slicknav_nav .slicknav_arrow {
        color: #200204;
    }

    .slicknav_nav .slicknav_row:hover {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: transparent;
        color: #200204;
    }

    .slicknav_nav a:hover {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: transparent;
        color: #200204;
    }

    .slicknav_nav {
        display: block !important;
    }

    .offcanvas__search {
        margin-bottom: 30px;
        text-align: center;
    }

    .offcanvas__logo {
        margin-bottom: 30px;
    }

    .contact__widget__item {
        padding: 30px 30px 30px 70px;
    }

    .blog__details__content {
        padding: 90px 30px 50px;
    }

    .blog__details__widget__tag {
        text-align: center;
    }

    .blog__details__widget__social {
        text-align: center;
    }

    .product__details__desc__tab {
        padding: 45px 45px;
    }

    .product__slider.owl-carousel .owl-nav button {
        left: -10px;
    }

    .product__slider.owl-carousel .owl-nav button.owl-next {
        right: -10px;
    }

    .team__slider.owl-carousel .owl-nav button {
        left: -10px;
    }

    .team__slider.owl-carousel .owl-nav button.owl-next {
        right: -10px;
    }

    .checkout__proceed {
        margin-top: 40px;
    }

    .cart__btn__right a {
        margin-right: 15px;
    }

    .cart__table {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .product__widget__show p {
        line-height: 26px;
    }

    .callto__form {
        height: auto;
        padding: 90px 100px 100px;
    }

    .about__text {
        margin-bottom: 40px;
    }

    .testimonial__item {
        padding-left: 0;
    }

    .testimonial__item__icon {
        top: -35px;
    }
}

@media only screen and (max-width: 767px) {
    .canvas__open {
        display: block;
        font-size: 22px;
        color: #200204;
        height: 35px;
        width: 35px;
        line-height: 37px;
        text-align: center;
        border: 1px solid #200204;
        border-radius: 2px;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 16px;
        z-index: 9;
    }

    .offcanvas-menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        content: "";
        z-index: 98;
        -webkit-transition: all, 0.5s;
        -moz-transition: all, 0.5s;
        -ms-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
        visibility: hidden;
    }

    .offcanvas-menu-overlay.active {
        visibility: visible;
    }

    .offcanvas-menu-wrapper {
        position: fixed;
        left: -300px;
        width: 300px;
        height: 100%;
        background: #ffffff;
        padding: 50px 20px 30px 30px;
        display: block;
        z-index: 100;
        overflow-y: auto;
        -webkit-transition: all, 0.5s;
        -moz-transition: all, 0.5s;
        -ms-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
        opacity: 0;
    }

    .offcanvas-menu-wrapper.active {
        opacity: 1;
        left: 0;
    }

    .slicknav_btn {
        display: none;
    }

    .offcanvas__search {
        margin-bottom: 30px;
        text-align: center;
    }

    .offcanvas__logo {
        margin-bottom: 30px;
    }

    .hero__items {
        height: 560px;
    }


    .product__slider.owl-carousel .owl-nav {
        position: relative;
        text-align: center;
        bottom: 20px;
    }

    .product__slider.owl-carousel .owl-nav button {
        position: relative;
        left: 0;
        top: 0;
        margin-right: 20px;
    }

    .product__slider.owl-carousel .owl-nav button:last-child {
        margin-right: 0;
    }

    .product__slider.owl-carousel .owl-nav button.owl-next {
        right: 0;
    }

    .callto__left__text h2 {
        font-size: 35px;
    }

    .testimonial__item {
        padding-left: 0;
    }

    .callto__form {
        height: auto;
        padding: 90px 50px 100px;
    }

    .testimonial.spad {
        padding-bottom: 50px;
    }


    .about__text {
        margin-bottom: 40px;
    }

    .product__details__pic__item {
        height: auto;
    }

    .product__details__pic__item img {
        height: auto;
    }

    .wishlist__item__pic {
        float: none !important;
        margin-right: 0 !important;
    }

    .wishlist__table tbody tr td.wishlist__item .wishlist__item__text {
        padding-top: 20px;
    }

    .product__details__text__title .price {
        position: relative;
        top: 0;
        margin-bottom: 15px;
    }

    .product__details__widget .pd__cart {
        padding: 14px 25px 12px;
    }

    .product__details__desc__tab .nav-item {
        margin-right: 10px;
    }

    .product__details__desc__tab .nav-item:after {
        right: -8px;
    }

    .blog__details__content {
        padding: 90px 30px 50px;
    }

    .product-details {
        overflow: hidden;
    }

    .blog__details__widget__tag a {
        text-align: center;
    }

    .blog__details__widget__social {
        text-align: center;
    }

    .blog__details__btns__list.blog__details__btns__list--next {
        margin-top: 20px;
    }

    .contact__widget__icon {
        left: -16px;
    }

    .callto__form {
        height: auto;
        padding: 50px 30px 50px;
    }

}

/* Small Device = 320px */
@media only screen and (max-width: 575px) {
    .breadcrumb__text h2 {
        font-size: 30px;
    }


    .hero__items {
        height: 500px;
    }


    .testimonial__slider.owl-carousel .owl-dots {
        position: relative;
        right: 0;
        top: 0;
        text-align: center;
    }

    .callto__left__text h2 {
        font-size: 20px;
    }

    .services__page__pic__item {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 20px;
    }

    .services__page__pic__item:last-child {
        margin-bottom: 0;
    }

    .services__page__pic {
        margin-right: 0;
    }

    .services__page__pic__item.small__item {
        padding-top: 0;
    }

    .cart__btn__right a {
        margin-bottom: 16px;
    }

    .cart__coupon form button {
        padding: 0 15px;
    }

    .cart__total a {
        letter-spacing: 1px;
        padding: 14px 15px 12px;
    }

    .cart__coupon {
        padding: 25px 25px 30px;
    }

    .cart__total {
        background: #f8f2f2;
        padding: 35px 25px 40px;
    }

    .checkout__proceed__coupon .coupon__input button {
        padding: 0 15px;
    }

    .checkout__proceed {
        margin-top: 30px;
    }

    .checkout__proceed .proceed__btn {
        padding: 12px 14px 10px;
        letter-spacing: 0px;
    }

    .product__details__widget .quantity {
        margin-bottom: 20px;
        float: none;
    }

    .product__details__widget .pd__cart {
        margin-bottom: 20px;
        float: none;
    }

    .blog__details__title h2 {
        line-height: 45px;
    }

    .blog__details__btns {
        padding: 40px 20px 30px;
    }

    .blog__details__content {
        margin-top: -40px;
    }
}

.m-auto {
    margin: 0 auto;
}

.pc-xl {
    display: block
}

.sp-xl {
    display: none
}

@media screen and (max-width: 1199px) {
    .pc-xl {
        display: none !important;
    }

    .sp-xl {
        display: block !important;
    }
}


.pc-l {
    display: block
}

.sp-l {
    display: none
}

@media screen and (max-width: 991px) {
    .pc-l {
        display: none !important;
    }

    .sp-l {
        display: block !important;
    }
}

.pc-m {
    display: block
}

.sp-m {
    display: none
}

@media screen and (max-width: 767px) {
    .pc-m {
        display: none !important;
    }

    .sp-m {
        display: block !important;
    }
}

.pc-s {
    display: block;
}

.sp-s {
    display: none;
}

@media screen and (max-width: 575px) {
    .pc-s {
        display: none !important;
    }

    .sp-s {
        display: block !important;
    }
}

.ggmap {
    position: relative;
    padding-bottom: 45%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.r {
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}


.spad-top {
    padding: 3rem 0 5rem
}

.spad {
    padding: 7rem 0
}

.spad-end {
    padding: 7rem 0 0
}

.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #6c6c6c;
}

.qa-list dl:first-child {
    border-top: 1px solid #6c6c6c;
}

.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}

.qa-list .open::before {
    transform: rotate(-45deg);
}

.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: 400;
    font-size: 20px;
}

.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color: #3285bf;
}

.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    color: #3285bf;
}

.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}

.qa-list dl dd p {
    margin: 30px 0 0;
}

.qa-list dl dd p:first-child {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .qa-list dl {
        position: relative;
        padding: 15px 40px 15px 10px;
    }

    .qa-list dl::before {
        top: 20px;
        right: 20px;
        width: 7px;
        height: 7px;
    }

    .qa-list dl dt {
        padding: 0 0 0 30px;
        font-size: 16px;
    }

    .qa-list dl dt::before {
        font-size: 16px;
        top: 3px;
        left: 5px;
        content: 'Q.';
    }

    .qa-list dl dd::before {
        font-size: 16px;
        top: 5px;
        left: 5px;
        content: 'A.';
    }

    .qa-list dl dd {
        margin: 10px 0 0;
        padding: 0 0 0 30px;
        font-size: 14px;
    }

    .qa-list dl dd p {
        margin: 30px 0 0;
    }

    .qa-list dl dd p:first-child {
        margin-top: 0;
    }
}

.overlay01 {
    position: relative;
    z-index: 0;
}

.overlay01::before {
    position: absolute;
    content: "";
    background-color: #000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .5;
}

.section1 {
    position: relative;
    z-index: 1;
}

.section1:after {
    position: absolute;
    left: 0;
    top: -100px;
    height: 825px;
    width: 100%;
    background: url(../img/bg1.png);
    content: "";
    z-index: -1;
}


.list1 ul {
    padding-left: 15px;
    list-style: none
}

.list1 ul li {
    position: relative;
}

.list1 ul li::after {
    display: block;
    content: '';
    position: absolute;
    top: .5em;
    left: -15px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.list2 ul {
    padding-left: 15px;
    list-style: none;
    margin: 3rem 0
}

.list2 ul li {
    position: relative;
    font-size: 18px;
    color: #242424;
    padding-bottom: 10px
}

.list2 ul li::after {
    display: block;
    content: '';
    position: absolute;
    top: .5em;
    left: -15px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.list3 ul {
    padding: 0;
    width: 100%;
    list-style: none;
    margin-bottom: 3rem;
}

.list3 ul li {
    position: relative;
    padding: 0.5em 1em 0.5em 2.3em;
    margin-bottom: 5px;
    color: #5ab2fd;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid rgba(129, 194, 250, 0.5);
}

.list3 ul li:after,
.list3 ul li:before {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.list3 ul li:before {
    left: 0.2em;
    width: 17px;
    height: 17px;
    background: rgba(129, 194, 250, 0.5);
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.list3 ul li:after {
    top: 1.1em;
    left: 0.7em;
    width: 14px;
    height: 14px;
    background: rgba(129, 194, 250, 0.3);
}

@media screen and (max-width:1199px) {
    .list3 ul {
        margin-bottom: 3rem;
    }

    .list3 ul li {
        padding: 0.5em 1em 0.5em 2.3em;
        margin-bottom: 5px;
        font-size: 16px;
    }

    .list3 ul li:before {
        left: 0.2em;
        width: 17px;
        height: 17px;
        top: 48%;
    }

    .list3 ul li:after {
        top: 1em;
        left: 0.7em;
        width: 14px;
        height: 14px;
    }
}

@media screen and (max-width:991px) {
    .list3 ul {
        margin-bottom: 3rem;
        margin-top: 2rem
    }

    .list3 ul li {
        padding: 0.5em 1em 0.5em 2.3em;
        margin-bottom: 5px;
        font-size: 18px;
    }

    .list3 ul li:before {
        left: 0.2em;
        width: 17px;
        height: 17px;
        top: 48%;
    }

    .list3 ul li:after {
        top: 1em;
        left: 0.7em;
        width: 14px;
        height: 14px;
    }
}

@media screen and (max-width:575px) {
    .list3 ul {
        margin-bottom: 3rem;
        margin-top: 2rem
    }

    .list3 ul li {
        padding: 0.5em 1em 0.5em 2.3em;
        margin-bottom: 5px;
        font-size: 18px;
        line-height: 1.2
    }

    .list3 ul li:before {
        left: 0.2em;
        width: 17px;
        height: 17px;
        top: 48%;
    }

    .list3 ul li:after {
        top: 1.5em;
        left: 0.7em;
        width: 14px;
        height: 14px;
    }
}


.site-blocks-cover,
.site-blocks-cover .row {
    min-height: 600px;
    height: calc(100vh);
}

.site-blocks-cover2 h1,
.site-blocks-cover h1 {
    color: #fff;
    font-size: 2.5rem;
    letter-spacing: 2px;
    font-family: serif;
    font-weight: 600;
    line-height: 1.3
}

.site-blocks-cover2 h2,
.site-blocks-cover h2 {
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 2px;
    font-family: serif;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 20px
}

.caption {
    letter-spacing: .2em;
    font-size: 20px;
    padding: 7px 10px;
    color: #fff;
    display: inline-block;
    font-family: serif;
}

.product__item h3 {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 10px
}


.no-border {
    border: none !important
}


.services__item a {
    color: #2e2e2e;
    transition: 0.5s
}

.logoimg {
    opacity: 0.7;
    padding: 30px 0;
    max-width: 500px;
}

a {
    transition: 0.5s
}

a:hover {
    transition: 0.5s
}

.news {
    margin: 3rem 0
}

b {
    font-weight: 600
}

.f1 {
    font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", serif;
}

.c1 {
    color: #af8760;
}


.school {
    background: url(../img/school.jpg);
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
}

.right-b {
    border-right: solid 1px #919191;
    margin-right: 5px !important
}

.border-top1 {
    border-top: solid 1px #919191;
}

.line-h1 {
    line-height: 18px;
}

.step {
    font-size: 50px;
    color: #6ab4fd;
    letter-spacing: 3px;
    margin-bottom: 2rem;
}


.contact-btn {
    font-size: 12px
}


.bg-fix {
    background-position: center top !important
}

@media screen and (max-width:1399px) {

    .callto__form {
        padding: 70px 30px 0px;
    }

    .callto__left {
        height: 500px;
    }

}

@media screen and (max-width:1199px) {

    .contact-btn {
        font-size: 13px !important
    }

    .callto__left__text span {
        font-size: 20px;
    }

    .callto__form {
        padding: 50px 30px 0px;
    }

    .site-blocks-cover h1 {
        font-size: 2.5rem;
        letter-spacing: 2px;
        line-height: 1.3;
    }

    .site-blocks-cover2 h2,
    .site-blocks-cover h2 {
        font-size: 1.8rem;
        letter-spacing: 2px;
        line-height: 1.3
    }


    .callto__left {
        height: 480px;
    }

}

@media screen and (max-width:991px) {

    .callto__form {
        padding: 25px 30px 0px;
    }

    .callto__left {
        height: 480px;
    }

    .site-blocks-cover h1 {
        font-size: 2rem;
        letter-spacing: 2px;
        line-height: 1.3;
    }


    .tc-l {
        text-align: left;
    }

    .tr-l {
        text-align: left;
    }


    .d-none-l {
        display: none !important
    }

    .pl-0-l {
        padding-left: 7px !important
    }

    .pr-0-l {
        padding-right: 7px !important
    }

    .step {
        font-size: 35px;
        letter-spacing: 3px;
        margin-bottom: 1.5rem;
    }

    .tl-c {
        text-align: center
    }

    .mb1-lg {
        margin-bottom: 1rem;
    }

    .mt1-lg {
        margin-top: 1rem;
    }
}

@media screen and (max-width:767px) {
    .caption {
        font-size: 16px;
    }

    .callto__left {
        height: 350px;
    }

    .callto__form {
        padding: 25px 20px 0px;
    }

    .site-blocks-cover h1 {
        font-size: 1.5rem;
        letter-spacing: 2px;
        line-height: 1.3;
    }

    .site-blocks-cover2 h2,
    .site-blocks-cover h2 {
        font-size: 1.2rem;
        letter-spacing: 2px;
        line-height: 1.3
    }

    .hero__slider.owl-carousel .owl-nav button {
        display: none
    }


    .spad {
        padding: 5rem 0;
    }


    .mt-1-m {
        margin-top: 1rem
    }

    .d-none-m {
        display: none !important
    }

    .services__item__text h5 {
        font-size: 18px;
        font-weight: 400;
        color: #4a4a4a;
        margin-bottom: 0px;
    }

    .btn1 {
        width: 80% !important;
    }

}

@media screen and (max-width:575px) {
    .caption {
        font-size: 16px;
        letter-spacing: 0px;
        padding: 7px 0px;
        line-height: 1.5
    }

    .callto__left__text span {
        font-size: 16px;
    }

    .callto__left {
        height: 270px;
    }

    .callto__form {
        padding: 25px 15px 0px;
    }

    .site-blocks-cover h1 {
        font-size: 21px;
        letter-spacing: 0px;
        line-height: 1.5;
        margin-top: 3rem;
    }

    .site-blocks-cover2 h2,
    .site-blocks-cover h2 {
        font-size: 17px;
        letter-spacing: 0px;
        line-height: 1.3
    }

    .testimonial__author__pic {
        float: left;
        margin-right: 10px;
    }

    .logoimg {
        opacity: 0.7;
        padding: 0px 30px 20px;
        max-width: 500px;
    }

    .spad {
        padding: 3rem 0;
    }

    .list2 ul li {
        position: relative;
        font-size: 16px;
        color: #242424;
        padding-bottom: 10px
    }

    .breadcrumb-option {
        height: 250px;
    }

    p {
        font-size: 16px;
        color: #626262;
        font-weight: 400;
        line-height: 28px;
        margin: 0 0 15px 0;
    }

    .testimonial__item p {
        font-size: 16px;
        color: #4d4d4d !important;
        font-weight: 300;
        line-height: 1.6;
        margin-bottom: 0;
    }

    .d-none-s {
        display: none !important
    }

    .testimonial__author__text h5 {
        font-size: 16px;
        color: #4d4d4d !important;
        font-weight: 300
    }

    .step {
        font-size: 30px;
        letter-spacing: 3px;
        margin-bottom: 1rem;
    }

}

.table-a {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #939393;
    font-size: 16px !important;
    margin: 10px 0;
    text-align: left;
    table-layout: fixed;
}

.table-a th {
    border: 1px solid #DDD;
    color: #ffffff;
    background-color: #403f3e;
    font-weight: bold;
    padding: 10px;
    width: 200px
}

.table-a td {
    border: 1px solid #939393;
    padding: 10px;
    color: #3b3b3b;
    background-color: #ffffff;
}

.scroll-p {
    font-weight: 600;
    color: #f85129 !important;
    font-size: 18px
}


@media screen and (max-width:1199px) {
    .table-a {
        table-layout: auto
    }


    .table-scroll {
        overflow: auto;
        white-space: nowrap;
    }

    .table-scroll::-webkit-scrollbar {
        height: 5px;
    }

    .table-scroll::-webkit-scrollbar-track {
        background: #333;
    }

    .table-scroll::-webkit-scrollbar-thumb {
        background: #999;
    }

    .table-scroll table {
        border-collapse: collapse;
        border-spacing: 0;
        border-top: #939393 solid 1px;
        border-left: #939393 solid 1px;
    }

    .table-scroll table th,
    .table-scroll table td {
        padding: 10px 15px;
        border-right: #939393 solid 1px;
        border-bottom: #939393 solid 1px;
        font-size: 14px;
    }

    .table-scroll table th {
        width: 80px;
    }

    .scroll-p {
        font-weight: 600 !important;
        color: red !important;
    }
}



@media screen and (max-width:575px) {

    .table-scroll table th,
    .table-scroll table td {
        padding: 10px;
        font-size: 14px;
    }
}






@media screen and (max-width: 768px) {
    margin-bottom: 1.5rem
}

.flow__step {
    width: 80px;
    padding: 10px;
    margin-right: 10px;
    color: #fff;
    text-align: center;
    background: #FD8F5F;
}


@media screen and (max-width: 768px) {
    .flow__step {
        width: 60px;
    }
}

.flow__en {
    font-size: 1.5rem;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .flow__en {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .spad-contact {
        padding: 10rem 0
    }
}


.flow__num {
    font-family: Poppins, sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.1;
}

@media screen and (max-width: 768px) {
    .flow__num {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

.flow__title {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0
}

@media screen and (max-width: 768px) {
    .flow__title {
        margin-top: 15px;
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.trial {
    background: url(../img/trial.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    padding: 3rem 0
}

.trial p,
.trial h3 {
    color: #fff
}

.trial p {
    font-size: 20px;
    line-height: 1.8
}

@media screen and (max-width: 991px) {
    .trial p {
        font-size: 16px;
        line-height: 1.8
    }
}

@media screen and (max-width: 767px) {
    .trial p {
        font-size: 14px;
        line-height: 1.8
    }
}

ol.sample1 {
    counter-reset: list;
    list-style-type: none;
    padding: 0;
}

ol.sample1 li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 7px 0 7px 0px;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    border-bottom: dashed 1px #F6A38B;
    color: #8e5e2e
}

ol.sample1 li:before {
    counter-increment: list;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    height: 0;
    width: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #F6A38B;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



/* ==================== style2.css ==================== */

@charset "UTF-8";
:root {
  --brown: #d19d7b;
  --darkgray: #4a4a4a;
  --test: test;
  --pink: #eb5371;
  --gold: #b78260;
}

html {
  scroll-behavior: smooth;
}

.bg1 {
  background: #f3e9e3;
}

.bg2 {
  background: #fffbf8;
}

.bg3 {
  background: #faf2ee;
}

.box1 {
  border: solid 2px #E1C7BA;
  width: 550px;
  margin: 0 auto;
  padding: 2rem 2rem;
}
@media screen and (max-width: 991px) {
  .box1 {
    width: 100%;
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 575px) {
  .box1 {
    padding: 1rem 10px;
  }
}
.box1 ul {
  padding-left: 30px;
  list-style: none;
}
@media screen and (max-width: 575px) {
  .box1 ul {
    padding-left: 20px;
  }
}
.box1 ul li {
  position: relative;
  padding: 5px 0;
  font-size: 18px;
  letter-spacing: 1px;
  padding-left: 10px;
}
@media screen and (max-width: 991px) {
  .box1 ul li {
    font-size: 16px;
    letter-spacing: 1px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 575px) {
  .box1 ul li {
    font-size: 16px;
    letter-spacing: 1px;
    padding-left: 2px;
  }
}
.box1 ul li::after {
  display: block;
  content: "";
  position: absolute;
  top: 16px;
  left: -15px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 991px) {
  .box1 ul li::after {
    top: 13px;
  }
}

.box2 {
  border: solid 1px rgb(207, 207, 207);
  height: 675px;
}
@media screen and (max-width: 1199px) {
  .box2 {
    height: 610px;
  }
}
@media screen and (max-width: 991px) {
  .box2 {
    height: auto;
  }
}
.box2 h4 {
  margin: 1rem 10px;
}
.box2 p {
  margin: 10px;
}
.box2 img {
  border-bottom: 1px solid #ccc;
}

.box3 {
  border: solid 1px rgb(207, 207, 207);
  height: 160px;
  font-weight: 600;
  background: #fffdfb;
}
@media screen and (max-width: 991px) {
  .box3 {
    height: auto;
  }
}
.box3 h4 {
  margin: 1rem 10px 1rem;
  color: #af8760;
}
@media screen and (max-width: 991px) {
  .box3 h4 {
    margin: 1rem 10px 1rem;
    color: #af8760;
    font-size: 18px;
  }
}
.box3 p {
  margin: 10px;
}

.box4 {
  border: 1px solid #d19d7b;
  padding: 15px;
  background: #fff;
}
@media screen and (max-width: 1199px) {
  .box4 {
    border: 1px solid #d19d7b;
    padding: 12px;
    background: #fff;
  }
}
.box4 h5 {
  font-size: 20px;
}
.box4 span {
  font-size: 24px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  color: #eb5371;
}

.box5 {
  padding: 40px 40px;
  border: 1px solid #ccc;
  background: #fff;
  height: 23rem;
}
@media screen and (max-width: 1199px) {
  .box5 {
    padding: 40px 20px;
    border: 1px solid #ccc;
    background: #fff;
    height: 26rem;
  }
}
@media screen and (max-width: 991px) {
  .box5 {
    padding: 25px 20px;
    border: 1px solid #ccc;
    background: #fff;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .box5 {
    padding: 15px;
    border: 1px solid #ccc;
    background: #fff;
  }
}
@media screen and (max-width: 575px) {
  .box5 {
    padding: 15px 10px;
    border: 1px solid #ccc;
    background: #fff;
  }
}
.box5 p {
  margin: 1rem 0 0;
}
@media screen and (max-width: 575px) {
  .box5 p {
    margin: 0rem 0 0;
    line-height: 24px;
  }
}

.box6 {
  padding: 30px;
  border: 1px solid #e6e6e6;
  background: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 575px) {
  .box6 {
    padding: 15px;
  }
}
.box6 h4 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
  color: #4a4a4a;
  font-family: serif;
  letter-spacing: 2px;
}
@media screen and (max-width: 575px) {
  .box6 h4 {
    font-size: 24px;
    letter-spacing: 1px;
  }
}
.box6 span {
  font-size: 16px;
  color: #d19d7b;
  font-weight: 500;
  letter-spacing: 3px;
  display: block;
  margin-top: 1rem;
}

.box7 {
  background: #fff;
  padding: 20px;
  border: 1px solid #ccc;
}
.box7 p {
  margin: 0;
}

@media screen and (min-width: 1199px) {
  .br-xl {
    display: none !important;
  }
}
@media screen and (min-width: 991px) {
  .br-l {
    display: none !important;
  }
}
@media screen and (min-width: 767px) {
  .br-m {
    display: none !important;
  }
}
@media screen and (min-width: 575px) {
  .br-s {
    display: none !important;
  }
}
.breadcrumb-option2 {
  height: 700px;
}
@media screen and (max-width: 1399px) {
  .breadcrumb-option2 {
    height: 600px;
  }
}
@media screen and (max-width: 1199px) {
  .breadcrumb-option2 {
    height: 500px;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumb-option2 {
    height: 100vw;
  }
}

.footer {
  background: #f8f2f2;
  padding: 7rem 0;
}

.footer__contact h2 {
  width: 230px;
}

.footer__contact__item {
  text-align: center;
  background: #ffffff;
  padding: 55px 30px 25px;
  position: relative;
  margin-bottom: 70px;
}

.footer__contact__item h5 {
  color: #200204;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer__contact__item p {
  color: #200204;
  font-size: 15px;
}

.footer__contact__icon {
  height: 80px;
  width: 80px;
  font-size: 30px;
  line-height: 80px;
  text-align: center;
  background: #ffffff;
  display: inline-block;
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -40px;
  z-index: 1;
  margin-left: -40px;
}

.footer__contact__icon:after {
  position: absolute;
  left: 10px;
  top: 10px;
  height: 60px;
  width: 60px;
  background: #d9bb9d;
  border-radius: 50%;
  content: "";
  z-index: -1;
}

.footer__logo {
  margin-bottom: 26px;
}

.footer__logo a {
  display: inline-block;
}

.footer__logo h6 {
  font-size: 15px;
  color: #200204;
  margin-top: 18px;
}

.footer__logo h6 a {
  color: #200204;
}

.footer__instagram__pic {
  margin-right: -10px;
  overflow: hidden;
}

.footer__instagram__pic img {
  width: calc(20% - 10px);
  margin-bottom: 10px;
  margin-right: 10px;
  float: left;
}

.footer__copyright {
  padding: 10px 0 15px;
}

.footer__copyright__text {
  color: #200204;
  margin-bottom: 0;
}

.footer__copyright__text i {
  color: #d9bb9d;
}

.footer__copyright__text a {
  color: #d9bb9d;
}

.footer__copyright__social a {
  font-size: 18px;
  color: #111111;
  display: inline-block;
  margin-right: 10px;
}

.footer__copyright__social a:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__contact__item {
    padding: 55px 25px 25px;
  }
  .footer__contact__item {
    padding: 55px 25px 25px;
  }
}
.site-footer {
  padding: 5rem 0 3rem;
  background: #dfcec4;
}

.site-footer span {
  font-size: 12px;
  letter-spacing: 2px;
  color: #ad8d6d;
  font-weight: 600;
  padding-left: 2px;
}

.site-footer h3 {
  font-size: 22px;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  color: #504a44;
}

.site-footer a {
  color: #222222;
  font-size: 16px;
}

.site-footer a:hover {
  color: #d9bb9d;
}

.site-footer ul {
  padding-left: 20px;
}

.site-footer ul li {
  position: relative;
}

.site-footer ul li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.65em;
  left: -1em;
  width: 8px;
  height: 1px;
  background-color: #666;
}

@media only screen and (max-width: 767px) {
  .footer__copyright__text {
    color: #200204;
    margin-bottom: 0px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
  }
}
.footer__copyright {
  text-align: center;
  padding-top: 3rem;
}

footer p {
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", serif;
}

@media screen and (max-width: 1199px) {
  footer p {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  footer p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .site-footer h3 {
    font-size: 20px;
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
    color: #535353;
  }
  .site-footer a {
    color: #535353;
    font-size: 16px;
  }
  footer p {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 2rem;
    color: #1c1c1c;
  }
  .site-footer ul li {
    position: relative;
    padding-bottom: 5px;
  }
}
header {
  background: rgb(255, 255, 255);
  position: fixed;
  z-index: 99;
  width: 100%;
  box-shadow: 0 0 8px gray;
}
@media (min-width: 992px) {
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em;
  }
}
@media (min-width: 1201px) {
  header {
    padding: 1em calc((100% - 1200px) / 2);
  }
}
@media screen and (max-width: 991px) {
  header .header__logo {
    padding: 0.4em;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  header .header__logo {
    width: 17%;
  }
}
header .header__logo img {
  width: 230px;
}
@media screen and (max-width: 991px) {
  header .header__logo img {
    width: 180px;
  }
}
header .header__menu.mobile-menu > ul {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 1em;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1.3333333333vw;
}
@media (min-width: 1201px) {
  header .header__menu.mobile-menu > ul {
    font-size: 16px;
  }
}
header .header__menu.mobile-menu > ul > li {
  display: flex;
  position: relative;
  padding: 0.5em 0;
}
header .header__menu.mobile-menu > ul > li.contact > a {
  display: flex;
  align-items: center;
  height: 2.5em;
  border-radius: 5px;
  padding: 0 1em;
  color: #ffffff;
  background: #d19d7b;
}
header .header__menu.mobile-menu > ul > li.line img {
  width: 2.75em;
}
header .header__menu.mobile-menu > ul > li > a {
  color: #200204;
  position: relative;
  text-transform: uppercase;
}
header .header__menu.sp-menu {
  width: 100%;
}
header .header__menu.sp-menu > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr) max-content;
  margin: 0;
  padding: 0.5em 0;
  list-style-type: none;
}
header .header__menu.sp-menu > ul > li {
  display: flex;
  position: relative;
  text-align: center;
}
header .header__menu.sp-menu > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #393939;
  font-size: 16px;
  letter-spacing: 2px;
}
header .header__menu.sp-menu > ul > li.line a {
  padding: 0 1em;
}
header .header__menu.sp-menu > ul > li.line img {
  width: 2.5em;
}
header .header__menu .dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
  /* top: 80px; */
  margin: 0;
  padding: 5px 0;
  list-style-type: none;
  background: #200204;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  header .header__menu .dropdown {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  header .header__menu .dropdown {
    width: 160px;
  }
}
@media screen and (max-width: 991px) {
  header .header__menu .dropdown li {
    width: 100%;
  }
}
header .header__menu .dropdown li a {
  display: block;
  padding: 5px 20px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  header .header__menu .dropdown li a {
    font-size: 14px;
  }
}
header .header__menu li:not(:hover) .dropdown {
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.5em);
}
header .header__options {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  header .header__options {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .header__options {
    display: none;
  }
}
header .header__option__right {
  display: inline-block;
  padding: 15px 0;
}
@media screen and (max-width: 1399px) {
  header .header__option__right {
    display: inline-block;
    padding: 12px 0;
  }
}
@media screen and (max-width: 1199px) {
  header .header__option__right {
    display: inline-block;
    padding: 6px 0;
  }
}

@media (min-width: 768px) {
  .index-school-list {
    row-gap: 30px;
  }
}
.index-school-list img {
  width: 100%;
  aspect-ratio: 1080/653;
  object-fit: cover;
}

.mt1 {
  margin-top: 1rem !important;
}

.mt2 {
  margin-top: 2rem !important;
}

.mt3 {
  margin-top: 3rem !important;
}

.mt4 {
  margin-top: 4rem !important;
}

.mt5 {
  margin-top: 5rem !important;
}

.mt6 {
  margin-top: 6rem !important;
}

.mt7 {
  margin-top: 7rem !important;
}

.mt8 {
  margin-top: 8rem !important;
}

.mt9 {
  margin-top: 9rem !important;
}

.mt10 {
  margin-top: 10rem !important;
}

.mb1 {
  margin-bottom: 1rem !important;
}

.mb2 {
  margin-bottom: 2rem !important;
}

.mb3 {
  margin-bottom: 3rem !important;
}

.mb4 {
  margin-bottom: 4rem !important;
}

.mb5 {
  margin-bottom: 5rem !important;
}

.mb6 {
  margin-bottom: 6rem !important;
}

.mb7 {
  margin-bottom: 7rem !important;
}

.mb8 {
  margin-bottom: 8rem !important;
}

.mb9 {
  margin-bottom: 9rem !important;
}

.mb10 {
  margin-bottom: 10rem !important;
}

.pt1 {
  padding-top: 1rem;
}

.pt2 {
  padding-top: 2rem;
}

.pt3 {
  padding-top: 3rem;
}

.pt4 {
  padding-top: 4rem;
}

.pt5 {
  padding-top: 5rem;
}

.pt6 {
  padding-top: 6rem;
}

.pt7 {
  padding-top: 7rem;
}

.pt8 {
  padding-top: 8rem;
}

.pt9 {
  padding-top: 9rem;
}

.pt10 {
  padding-top: 10rem;
}

.pb1 {
  padding-bottom: 1rem;
}

.pb2 {
  padding-bottom: 2rem;
}

.pb3 {
  padding-bottom: 3rem;
}

.pb4 {
  padding-bottom: 4rem;
}

.pb5 {
  padding-bottom: 5rem;
}

.pb6 {
  padding-bottom: 6rem;
}

.pb7 {
  padding-bottom: 7rem;
}

.pb8 {
  padding-bottom: 8rem;
}

.pb9 {
  padding-bottom: 9rem;
}

.pb10 {
  padding-bottom: 10rem;
}

.p1 {
  padding: 1rem !important;
}

.p2 {
  padding: 2rem !important;
}

.p3 {
  padding: 3rem !important;
}

.p4 {
  padding: 4rem !important;
}

.p5 {
  padding: 5rem !important;
}

.primary-btn {
  display: inline-block !important;
  font-size: 16px !important;
  color: #ffffff !important;
  font-weight: 500 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  background: #d19d7b !important;
  padding: 10px 10px 10px !important;
  border-radius: 5px !important;
  margin: 5px;
}
services__page__text .primary-btn {
  color: #200204;
  background: transparent;
  border: 2px solid #d9bb9d;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header__option__right .primary-btn {
    font-size: 13px;
    padding: 14px 12px 12px;
  }
}

@media screen and (max-width: 991px) {
  .primary-btn {
    display: inline-block !important;
    font-size: 16px !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    background: #d19d7b !important;
    padding: 5px !important;
    border-radius: 5px !important;
    margin: 0px !important;
  }
}

.primary-btn1 {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #d19d7b;
  padding: 10px 10px 10px;
  border-radius: 5px;
  width: 250px;
}
@media screen and (max-width: 767px) {
  .primary-btn1 {
    width: 80%;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  .primary-btn1 {
    width: 220px;
  }
}

.primary-btn2 {
  display: inline-block;
  font-size: 14px;
  color: #525252;
  font-weight: 400;
  padding: 5px 0px;
  width: 100%;
}

.section-title {
  display: grid;
  grid-row-gap: 0.5em;
  justify-items: center;
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
  line-height: 1.3;
}
.about__text .section-title {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .section-title {
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
  }
}
.section-title span {
  font-size: 20px;
  color: #d19d7b;
  font-weight: 500;
  letter-spacing: 3px;
  display: block;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .section-title span {
    font-size: 18px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 767px) {
  .section-title span {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 5px;
  }
}
.section-title h2 {
  font-size: 35px;
  font-weight: 600;
  color: #4a4a4a;
  font-family: serif;
  letter-spacing: 2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title h2 {
    font-size: 23px;
  }
}
.about__text .section-title h2 {
  font-size: 200px;
}
@media only screen and (max-width: 767px) {
  .about__text .section-title h2 {
    font-size: 135px;
  }
}
@media only screen and (max-width: 575px) {
  .about__text .section-title h2 {
    font-size: 90px;
  }
}

@media (min-width: 768px) {
  body.page-pilates .section-title h2 br:not(:nth-of-type(2)) {
    display: none;
  }
}

.about__text .section-title h2::before {
  position: absolute;
  left: -48px;
  top: 20px;
  height: 117px;
  width: 163px;
  background: url(../img/icon/s-bg.png);
  content: "";
  z-index: -1;
}

.related__products .section-title h2::after {
  background: url(../img/icon/s-bg-r.png);
}

.latest-blog .section-title h2::after {
  background: url(../img/icon/s-bg-r.png);
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /* 清澄白河 */
  /*　吉祥寺 */
  /* 立川 */
}
.set-bg1, .set-bg2, .set-bg3, .set-bg--pilates {
  position: relative;
}
.set-bg1::before, .set-bg1::after, .set-bg2::before, .set-bg2::after, .set-bg3::before, .set-bg3::after, .set-bg--pilates::before, .set-bg--pilates::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 90px);
}
@media (max-width: 990px) {
  .set-bg1::before, .set-bg1::after, .set-bg2::before, .set-bg2::after, .set-bg3::before, .set-bg3::after, .set-bg--pilates::before, .set-bg--pilates::after {
    height: calc(100% - 120px);
  }
}
.set-bg1::before, .set-bg2::before, .set-bg3::before, .set-bg--pilates::before {
  content: "";
  display: block;
  background: no-repeat center center/cover;
}
.set-bg1::before {
  background-image: url(../img/kiyosumisihrakawa1.jpg);
}
.set-bg2::before {
  background-image: url(../img/kichijoji2.jpg);
}
.set-bg3::before {
  background-image: url(../img/tachikawa-top.jpg);
}
.set-bg--pilates::before {
  background-image: url(../img/pilates_main.jpg);
}
.set-bg--pilates::after {
  content: "2025年2月1日OPEN!";
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: serif;
  font-size: 400%;
  letter-spacing: 0.05em;
  line-height: 1.4;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
}
@media (max-width: 767px) {
  .set-bg--pilates::after {
    font-size: 10vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slicknav_menu {
    background: transparent;
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .slicknav_menu {
    background: transparent;
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .slicknav_menu .slicknav_nav {
    display: block !important;
  }
  .slicknav_menu .slicknav_nav ul {
    margin: 0;
  }
  .slicknav_menu .slicknav_nav .slicknav_row,
  .slicknav_menu .slicknav_nav a {
    padding: 10px 0;
    margin: 0;
    color: #3e3e3e;
    font-weight: 600;
  }
  .slicknav_menu .slicknav_nav .slicknav_arrow {
    color: #200204;
  }
  .slicknav_menu .slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    color: #200204;
  }
  .slicknav_menu .slicknav_nav a:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    color: #200204;
  }
  .slicknav_menu .slicknav_nav li.line img {
    width: 42px;
  }
  .slicknav_menu .slicknav_nav li.contact > a > a {
    display: inline-flex;
    align-items: center;
    height: 2.5em;
    border-radius: 5px;
    padding: 0 1em;
    color: #ffffff;
    background: #d19d7b;
  }
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

.tl-c {
  text-align: left;
}

.tc-l {
  text-align: center;
}

.tr-l {
  text-align: right;
}

.title1 {
  font-size: 30px;
  margin-bottom: 2rem;
}

.title2 {
  font-size: 20px;
  color: #d9bb9d;
}

.title3 {
  font-size: 28px;
  color: #b78260;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.title4 {
  font-size: 22px;
  color: #4e4e4e;
  line-height: 30px;
  margin-bottom: 1rem;
  font-weight: 600;
}

.title5 {
  font-size: 40px;
  color: #af8760;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 1rem !important;
  line-height: 1.5;
}
.title5--small {
  font-size: 30px;
}
@media (min-width: 768px) {
  body.page-pilates .title5 br {
    display: none;
  }
}

.title6 {
  background: linear-gradient(transparent 60%, #c5e4ff 60%);
  font-size: 25px;
  font-weight: 600;
  display: inline-block;
  color: #404040;
}

.title6 span {
  font-size: 35px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  color: #ff3b61;
}

@media screen and (max-width: 767px) {
  .title3 {
    font-size: 22px;
  }
  .title4 {
    font-size: 18px;
  }
  .title6 {
    background: linear-gradient(transparent 60%, #c5e4ff 60%);
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    color: #404040;
    line-height: 1.5;
  }
  .title6 span {
    font-size: 30px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #ff3b61;
  }
}
@media screen and (max-width: 575px) {
  .title3 {
    font-size: 22px;
    margin-bottom: 1.5rem !important;
    color: #a07b56;
    letter-spacing: 0px;
    font-weight: 600;
  }
  .title4 {
    font-size: 19px;
    color: #141414;
  }
}
.webentry-btn {
  position: relative;
}
.webentry-btn img {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
}
@media (max-width: 767px) {
  .webentry-btn img {
    right: 12px;
    width: 96px;
  }
}
@media (min-width: 768px) {
  .webentry-btn img {
    right: 36px;
    width: 128px;
  }
}

.ta1 {
  table-layout: fixed;
  width: 100%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .ta1 tr th,
  .ta1 tr td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .ta1 tr th,
  .ta1 tr td {
    font-size: 15px;
  }
}
.ta1 tr th {
  background: #d9bb9d;
  border: solid 1px #989898;
  padding: 10px;
  width: 300px;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .ta1 tr th {
    border: solid 1px #989898;
    padding: 10px;
    width: 230px;
  }
}
.ta1 tr td {
  border: solid 1px #989898;
  padding: 10px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .ta1 tr.last td:last-child {
    border-bottom: solid 1px #989898;
    width: 100%;
  }
}
.ta1--comingsoon {
  position: relative;
}
.ta1--comingsoon::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "COMING SOON!";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 2em;
  border: 1px solid #989898;
  padding: 0 1em;
  background: white;
  color: #989898;
  font-family: serif;
  font-size: 125%;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.ta1-notes {
  font-size: 90%;
  line-height: 1.6;
}

.ta2 {
  table-layout: fixed;
  width: 100%;
  margin: 0 auto 20px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .ta2 tr th,
  .ta2 tr td {
    border-bottom: none;
    display: block;
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .ta2 tr th,
  .ta2 tr td {
    font-size: 15px;
  }
}
.ta2 tr th {
  background: #f5e5db;
  border: solid 1px #989898;
  padding: 5px 10px;
  width: 100px;
  color: #363636;
}
@media screen and (max-width: 1199px) {
  .ta2 tr th {
    padding: 5px;
    width: 70px;
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .ta2 tr th {
    padding: 5px 10px;
    width: 80px;
  }
}
.ta2 tr td {
  border: solid 1px #989898;
  padding: 5px 10px;
  background: #ffffff;
  color: #363636;
}
@media screen and (max-width: 1199px) {
  .ta2 tr td {
    padding: 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .ta2 tr td {
    padding: 5px 10px;
  }
}
.ta2 tr td a {
  color: #ad8d6d;
}
@media screen and (max-width: 767px) {
  .ta2 tr.last td:last-child {
    border-bottom: solid 1px #989898;
    width: 100%;
  }
}

.ta3 {
  table-layout: fixed;
  width: 100%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .ta3 tr th,
  .ta3 tr td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .ta3 tr th,
  .ta3 tr td {
    font-size: 15px;
  }
}
.ta3 tr th {
  background: #fffbf8;
  border: solid 1px #989898;
  padding: 10px;
  width: 120px;
}
@media screen and (max-width: 1199px) {
  .ta3 tr th {
    border: solid 1px #989898;
    padding: 10px;
    width: 120px;
  }
}
@media screen and (max-width: 991px) {
  .ta3 tr th {
    border: solid 1px #989898;
    padding: 10px;
    width: 200px;
  }
}
.ta3 tr td {
  border: solid 1px #989898;
  padding: 10px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .ta3 tr .last td:last-child {
    border-bottom: solid 1px #989898;
    width: 100%;
  }
}

.service__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}
.service__head .service__num {
  margin-right: 15px;
  color: #d19d7b;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.1;
  font-family: Poppins, sans-serif;
}
@media screen and (max-width: 768px) {
  .service__head .service__num {
    margin-right: 10px;
    font-size: 50px;
  }
}
@media screen and (max-width: 575px) {
  .service__head .service__num {
    margin-right: 6px;
    font-size: 40px;
  }
}
.service__head .service__title .service__en {
  display: inline-block;
  padding: 5px 20px 2px;
  color: #fff;
  background: #d19d7b;
  border-radius: 15px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .service__head .service__title .service__en {
    padding: 4px 10px 2px;
    font-size: 10px;
  }
}
.service__head .service__title .service__jp {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .service__head .service__title .service__jp {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 575px) {
  .service__head .service__title .service__jp {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 1rem;
    margin-top: 2px;
  }
}

#column-feeds {
  display: grid;
  grid-gap: 3em;
  justify-items: center;
}
#column-feeds .post-list {
  display: grid;
}
@media (max-width: 767px) {
  #column-feeds .post-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  #column-feeds .post-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2em;
  }
}
#column-feeds .post-list img {
  max-width: 100%;
}
#column-feeds .post-list article {
  display: grid;
  grid-gap: 0.5em 1em;
  grid-template-rows: subgrid;
  align-items: start;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  padding: 1em;
  background: white;
  cursor: pointer;
}
@media (max-width: 767px) {
  #column-feeds .post-list article {
    grid-template-columns: 1fr;
    grid-row: span 5;
    grid-template-areas: "image" "title" "author" "summary" "more";
  }
  #column-feeds .post-list article:nth-of-type(n+5) {
    display: none;
  }
}
@media (min-width: 768px) {
  #column-feeds .post-list article {
    grid-template-columns: 1fr max-content;
    grid-row: span 4;
    grid-template-areas: "image image" "title author" "summary summary" "more more";
  }
}
#column-feeds .post-list article .image {
  grid-area: image;
}
#column-feeds .post-list article .title {
  grid-area: title;
}
#column-feeds .post-list article .author {
  grid-area: author;
}
#column-feeds .post-list article .summary {
  grid-area: summary;
}
#column-feeds .post-list article .more {
  grid-area: more;
}
#column-feeds .post-list article .author a {
  display: grid;
  grid-gap: 0.75em;
  line-height: 1;
  font-size: 70%;
}
#column-feeds .post-list article .author img {
  width: 4em;
}
#column-feeds .post-list article .image {
  margin: -1em -1em 0.5em -1em;
}
#column-feeds .post-list article .image img {
  object-fit: cover;
}
@media (max-width: 767px) {
  #column-feeds .post-list article .image img {
    aspect-ratio: 4/3;
  }
}
@media (min-width: 768px) {
  #column-feeds .post-list article .image img {
    aspect-ratio: 1.618;
  }
}
#column-feeds .post-list article .summary {
  margin-bottom: auto;
}
#column-feeds .post-list article .summary p {
  margin: 0;
}
@media (max-width: 767px) {
  #column-feeds .post-list article .summary p {
    font-size: 80%;
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  #column-feeds .post-list article .summary p {
    font-size: 90%;
    line-height: 1.5;
  }
}
#column-feeds .post-list article .more {
  justify-self: end;
  line-height: 1;
}
@media (max-width: 767px) {
  #column-feeds .post-list article .more {
    font-size: 80%;
  }
}
@media (min-width: 768px) {
  #column-feeds .post-list article .more {
    margin-top: -0.5em;
    font-size: 90%;
  }
}
#column-feeds .post-list article .title {
  display: grid;
  grid-row-gap: 0.25em;
  line-height: 1.3;
  align-content: start;
}
#column-feeds .post-list article .title time {
  color: var(--darkgray);
}
@media (max-width: 767px) {
  #column-feeds .post-list article .title time {
    font-size: 70%;
  }
}
@media (min-width: 768px) {
  #column-feeds .post-list article .title time {
    font-size: 90%;
  }
}
#column-feeds .post-list article .title h1 {
  margin: 0;
  color: var(--brown);
}
@media (max-width: 767px) {
  #column-feeds .post-list article .title h1 {
    font-size: 90%;
  }
}
@media (min-width: 768px) {
  #column-feeds .post-list article .title h1 {
    font-size: 110%;
  }
}
#column-feeds .post-list article .title a {
  color: inherit;
}
#column-feeds .to-all a {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
  height: 3em;
  padding: 0 1.5em;
  border: 1px solid var(--brown);
  color: var(--brown);
}
#column-feeds .to-all a::after {
  content: "";
  width: 0.5em;
  aspect-ratio: 1/1;
  border: solid var(--brown);
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}

.c-cource-summary__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
}
.c-cource-summary__btns a:nth-of-type(1) {
  grid-column: 1/3;
}

.c-studio-list {
  justify-content: center;
}

.p-pilates-pagelink {
  display: flex;
  gap: 2em;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-pilates-pagelink {
    flex-wrap: wrap;
  }
}
.p-pilates-pagelink a {
  position: relative;
}
.p-pilates-pagelink a::before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  font-size: 20px;
  color: white;
}
.p-pilates-pagelink a:nth-of-type(1)::before {
  content: "for Personal Pilates　↓";
}
.p-pilates-pagelink a:nth-of-type(2)::before {
  content: "for Group Lesson　↓";
}
.p-pilates-pagelink a img {
  width: 360px;
}
.p-pilates-detail__main-btns {
  display: grid;
}
@media (max-width: 767px) {
  .p-pilates-detail__main-btns {
    grid-row-gap: 1.5em;
  }
}
@media (min-width: 768px) {
  .p-pilates-detail__main-btns {
    grid-auto-flow: column;
  }
}
.p-pilates-detail__point {
  display: grid;
  grid-row-gap: 1em;
}
.p-pilates-detail__point h3 {
  display: grid;
  grid-row-gap: 0.25em;
  justify-items: center;
  font-size: 20px;
  font-weight: bold;
}
.p-pilates-detail__point h3 small {
  order: -1;
  color: #d19d7b;
  font-weight: 500;
}
.p-pilates-detail__program {
  display: grid;
  grid-gap: 1.5em;
  justify-content: center;
  max-width: 100%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-pilates-detail__program {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-pilates-detail__program > div {
  display: grid;
  align-content: start;
  padding: 40px 40px;
  border: 1px solid #ccc;
  background: #fff;
}
@media screen and (max-width: 1199px) {
  .p-pilates-detail__program > div {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 991px) {
  .p-pilates-detail__program > div {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-pilates-detail__program > div {
    padding: 15px;
  }
}
@media screen and (max-width: 575px) {
  .p-pilates-detail__program > div {
    padding: 15px 10px;
  }
}
@media (max-width: 767px) {
  .p-pilates-detail__program > div {
    grid-gap: 1em;
  }
}
@media (min-width: 768px) {
  .p-pilates-detail__program > div {
    grid-template-columns: 8rem 1fr;
    grid-gap: 1.5em;
  }
}
.p-pilates-detail__program > div figure img {
  max-width: 100%;
}
.p-pilates-detail__program > div h3 {
  display: flex;
  align-items: center;
  column-gap: 1em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-pilates-detail__program > div h3 {
    grid-column: 1/3;
    grid-row: 1;
  }
}
.p-pilates-detail__program > div h3::before {
  color: #d19d7b;
  font-size: 60px;
  font-weight: bold;
  font-family: Poppins, sans-serif;
  line-height: 1;
}
.p-pilates-detail__program > div:nth-of-type(1) h3::before {
  content: "01";
}
.p-pilates-detail__program > div:nth-of-type(2) h3::before {
  content: "02";
}
.p-pilates-detail__program > div:nth-of-type(3) h3::before {
  content: "03";
}
.p-pilates-detail__program > div:nth-of-type(4) h3::before {
  content: "04";
}
.p-pilates-insta {
  display: grid;
  justify-items: center;
  grid-row-gap: 2em;
}
.p-pilates-insta__link img {
  width: 200px;
}
.p-pilates-campaign {
  display: grid;
  justify-items: center;
}
.p-pilates-campaign p {
  margin: 0;
}
.p-pilates-campaign p.price {
  font-weight: bold;
  font-size: 140%;
}
.p-pilates-campaign p.price strong {
  color: var(--pink);
}
.p-pilates-campaign p.notes {
  font-size: smaller;
  line-height: 1.6;
  margin-inline: auto;
}
.p-pilates-campaign h4 {
  font-weight: bold;
  font-size: 120%;
  text-align: center;
  color: var(--gold);
}
.p-pilates-campaign .benefit {
  display: grid;
  grid-row-gap: 1em;
  margin: 2.4em auto;
}
.p-pilates-campaign .benefit h5 {
  display: flex;
  align-items: center;
  height: 2.4em;
  background: #e7dbcf;
  justify-content: center;
}
.p-pilates-campaign .benefit h5:nth-of-type(n+2) {
  margin-top: 0.4em;
}
.p-pilates-campaign .benefit ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 767px) {
  .p-pilates-campaign .benefit ul {
    grid-gap: 0.6em;
  }
}
@media (min-width: 768px) {
  .p-pilates-campaign .benefit ul {
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-gap: 1em;
  }
}
.p-pilates-campaign .benefit ul li {
  align-content: center;
  border: 1px solid #d19d7b;
  background: white;
  padding: 1em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-pilates-campaign .benefit ul li br {
    display: none;
  }
  .p-pilates-campaign--group .benefit ul li:nth-of-type(4) br:nth-of-type(2) {
    display: initial;
  }
}
.p-pilates-campaign .benefit ul li strong {
  color: var(--pink);
}

.p-terms {
  display: grid;
  grid-row-gap: 2rem;
  details {
    summary {
      color: var(--brown);
      font-size: larger;
      text-align: center;
    }
    h3 {
      margin: 1em 0;
      color: var(--darkgray);
      font-size: 120%;
      font-weight: bold;
      letter-spacing: 0.1em;
    }
    h4 {
      margin: 1.25em 0 0.25em;
      color: var(--darkgray);
      font-size: 90%;
      font-weight: bold;
    }
    p {
      margin: 0;
      font-size: 90%;
      line-height: 1.8;
    }
    hr {
      border: none;
      margin: 0;
      height: 2em;
    }
  }
}



/* ==================== #mensyoga/@.css ==================== */

#mensyoga {

	--black: #100602;

	display: grid;
	margin-bottom: 4em;
	font-family: sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	color: --var(--black);
}


@media (max-width: 767px) {

	#mensyoga,
	#mensyoga img {
		font-size: 4vw;
	}

	#mensyoga {
		grid-gap: 2em;
	}

}


@media (min-width: 768px) {

	#mensyoga,
	#mensyoga img {
		font-size: 1.0416666666667vw;
	}

	#mensyoga {
		grid-gap: 4em;
	}
}



/* ==================== #mensyoga/<address>.css ==================== */

#mensyoga address {
	justify-self: center;
}


@media (max-width: 767px) {

	#mensyoga address {
		font-size: 87.5%;
	}

}



/* ==================== #mensyoga/<hr>.css ==================== */

#mensyoga hr {
	border: none;
	margin: 0;
	height: 4vw;
}



/* ==================== #mensyoga/<img>.css ==================== */

#mensyoga img {
	width: 100%;
	max-width: 100%;
}


@media (max-width: 767px) {

	#mensyoga img[src*="btn_"] { width: 22.375em; }
	#mensyoga img[src*="content_"] { width: 22.5em; }
	#mensyoga img[src*="content_instructor"] { width: 19.5em; }

}


@media (min-width: 768px) {

	#mensyoga img[src*="btn_"] { width: 28.8em; }
	#mensyoga img[src*="content_"] { width: 50em; }

}



/* ==================== #mensyoga/btns.css ==================== */

#mensyoga .btns {
	display: grid;
}


@media (max-width: 767px) {

	#mensyoga .btns {
		grid-gap: 2.5em;
	}

}


@media (min-width: 768px) {

	#mensyoga .btns {
		grid-auto-flow: column;
		grid-gap: 2em;
	}

}



/* ==================== #mensyoga/campaign.css ==================== */

#mensyoga .campaign {
	display: grid;
	grid-gap: inherit;
	justify-items: center;
}

#mensyoga .campaign figure {
	display: grid;
	grid-gap: 2em;
	justify-items: center;
}


@media (max-width: 767px) {

	#mensyoga .campaign figcaption {
		font-size: 87.5%;
	}

}


@media (min-width: 768px) {

	#mensyoga .campaign figure {
		width: 59.9em;
	}

}



/* ==================== #mensyoga/s1.css ==================== */

#mensyoga .s1 {
	justify-self: stretch;
	display: grid;
	justify-items: center;
	background: #daf3f2;
}



/* ==================== #mensyoga/s2.css ==================== */

#mensyoga .s2 {
	justify-self: stretch;
	display: grid;
	justify-items: center;
	background: url(../img/webadmission/bg_reason.png.webp) no-repeat center center / cover;
}



/* ==================== #mensyoga/<header>/@.css ==================== */

#mensyoga header {
	display: grid;
	justify-items: center;
	background: var(--black);
}
#mensyoga header::after {
	content: '';
}


@media (max-width: 767px) {

	#mensyoga header {
		grid-gap: 2em;
	}

}


@media (min-width: 768px) {

	#mensyoga header {
		grid-gap: 4em;
	}

}



/* ==================== #mensyoga/<main>/@.css ==================== */

#mensyoga main {
	display: grid;
	grid-gap: inherit;
	background: var(--black);
	color: white;
}

#mensyoga main::after {
	content: '';
}



/* ==================== #mensyoga/<main>/<h2>.css ==================== */

#mensyoga main h2 {
	font-size: inherit;
}


@media (max-width: 767px) {

	#mensyoga main h2 {
		width: 11em;
	}

}


@media (min-width: 768px) {

	#mensyoga main h2 {
		width: 10em;
	}

}



/* ==================== #mensyoga/<main>/<section>/@.css ==================== */

#mensyoga main section {
	display: grid;
	grid-gap: inherit;
	justify-items: center;
}



/* ==================== #mensyoga/<main>/<section>/<h2> + p.css ==================== */

#mensyoga main section h2 + p {
	all: unset;
	color: white;
	display: block;
	line-height: 1.6;
	text-align: center;
}


@media (max-width: 767px) {

	#mensyoga main section h2 + p {
		width: 80%;
		font-size: 100%;
	}

}


@media (min-width: 768px) {

	#mensyoga main section h2 + p {
		font-size: 115%;
	}

}



/* ==================== #mensyoga/<main>/<section>/&#news/@.css ==================== */

#mensyoga main section#news {
	background: white;
	color: var(--black);
}

#mensyoga main section#news::after {
	content: '';
}



/* ==================== #mensyoga/<main>/<section>/&#news/<dl>.css ==================== */

#mensyoga main section#news dl {
	display: grid;
	grid-gap: 1.5em;
	grid-template-columns: max-content 1fr;
}

#mensyoga main section#news dl dt {
	font-weight: normal;
}

#mensyoga main section#news dl dd {
	margin: 0;
}


@media (max-width: 767px) {

	#mensyoga main section#news dl {
		width: 80%;
	}

	#mensyoga main section#news dl {
		font-size: 87.5%;
	}

}



/* ==================== #mensyoga/<main>/<section>/&#price/<figure>.css ==================== */

#mensyoga main section#price figure {
	display: grid;
	grid-gap: inherit;
	justify-items: center;
}


@media (max-width: 767px) {

	#mensyoga main section#price figure figcaption {
		font-size: 75%;
	}

}


@media (min-width: 768px) {

	#mensyoga main section#price figure figcaption {
		font-size: 150%;
	}

}



/* ==================== #mensyoga/<main>/<section>/&#price/<ul>.css ==================== */

#mensyoga main section#price ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


@media (max-width: 767px) {

	#mensyoga main section#price ul {
		font-size: 75%;
	}

}


@media (min-width: 768px) {

	#mensyoga main section#price ul {
		font-size: 150%;
	}

}



/* ==================== #mensyoga/<main>/<section>/&#studio/info.css ==================== */

#mensyoga main section#studio .info {
	display: grid;
	grid-gap: 1em;
	justify-items: center;
}

#mensyoga main section#studio .info h3,
#mensyoga main section#studio .info p,
#mensyoga main section#studio .info a {
	color: inherit;
}

#mensyoga main section#studio .info h3 {
	font-weight: 800;
	font-family: inherit;
}


@media (max-width: 767px) {

	#mensyoga main section#studio .info h3 { font-size: 112.5%; }
	#mensyoga main section#studio .info p { font-size: 75%; }
	#mensyoga main section#studio .info a { font-size: 67.5%; }

}


@media (min-width: 768px) {

	#mensyoga main section#studio .info h3 { font-size: 150%; }
	#mensyoga main section#studio .info p { font-size: 135%; }
	#mensyoga main section#studio .info a { font-size: 135%; }

}



/* ==================== #studio/terms-link.css ==================== */

#studio .terms-link {
	color: var(--brown);
	text-align: center;
}

#studio .terms-link a {
	color: inherit;
	border-bottom: 1.5px solid var(--brown);
	padding-bottom: 0.1em;
}



/* ==================== #studio/aboutus/@.css ==================== */

#studio .aboutus {
	display: grid;
	grid-gap: 1.5em;
	justify-items: center;
	margin-top: 2.5em;
}



/* ==================== #studio/aboutus/<h2>.css ==================== */

#studio .aboutus h2 {
	padding-bottom: 0.1em;
	border-bottom: 1.5px solid var(--brown);
	color: var(--brown);
	font-family: serif;
	font-size: 120%;
	line-height: 1;
	cursor: pointer;
}



/* ==================== #studio/aboutus/detail/@.css ==================== */

#studio .aboutus .detail {
	overflow: hidden;
	transition: 400ms;
}

#studio .aboutus:not(.open) .detail {
	height: 0 !important;
}



/* ==================== #studio/aboutus/detail/<dl>.css ==================== */

#studio .aboutus .detail dl {
	display: grid;
	border: solid #989898;
	border-width: 0 1px 1px 0;
}

#studio .aboutus .detail dl dt,
#studio .aboutus .detail dl dd {
	display: flex;
	align-items: center;
	border: solid #989898;
	border-width: 1px 0 0 1px;
	padding: 0.5em 1em;
}

#studio .aboutus .detail dl dt {
	background: #d9bb9d;
	color: white;
	font-weight: bold;
}

#studio .aboutus .detail dl dd {
	margin: 0;
	background: white;
}


@media (max-width: 767px) {
	#studio .aboutus .detail dl dt br {
		display: none;
	}
}


@media (min-width: 768px) {
	#studio .aboutus .detail dl {
		grid-template-columns: max-content 1fr;
	}
}



/* ==================== #studio/aboutus/detail/privacy.css ==================== */

#studio .aboutus .detail .privacy {
	display: grid;
	margin-top: 3em;
}

#studio .aboutus .detail .privacy h3 {
	margin-bottom: 1.5em;
	color: var(--darkgray);
	font-family: serif;
	font-size: 125%;
	font-weight: 600;
	text-align: center;
}

#studio .aboutus .detail .privacy h4 {
	margin: 1.5em 0 0.5em;
	font-size: 100%;
	/* font-weight: 400; */
}

#studio .aboutus .detail .privacy p {
	margin: 0;
	font-size: 90%;
	line-height: 1.5;
}



/* ==================== #top/select-menu/<ol>/@.css ==================== */

#top .select-menu ol {
	display: grid;
	grid-gap: 1em;
}


@media (max-width: 767px) {
	#top .select-menu ol {
		padding: 0 15px;
	}
}


@media (min-width: 768px) {
	#top .select-menu ol {
		max-width: 1110px;
		grid-template-columns: repeat(3, 1fr);
	}
}



/* ==================== #top/select-menu/<ol>/<li>/@.css ==================== */

#top .select-menu ol li {
	display: grid;
	grid-template-columns: max-content 1fr;
	grid-template-areas:
	'before h5'
	'p1 p1'
	'p2 p2';
	align-items: center;
	align-content: start;
	background: white;
	border: 1px solid #ccc;
	padding: 1.5em;
}

#top .select-menu ol li::before { grid-area: before; }
#top .select-menu ol li h5 { grid-area: h5; }
#top .select-menu ol li p:nth-of-type(1) { grid-area: p1; }
#top .select-menu ol li p:nth-of-type(2) { grid-area: p2; }

#top .select-menu ol li > * {
	margin: 0;
}


@media (max-width: 767px) {
	#top .select-menu ol li {
		grid-gap: 0 0.5em;
	}
}


@media (min-width: 768px) {
	#top .select-menu ol li {
		grid-gap: 0 1em;
	}
}



/* ==================== #top/select-menu/<ol>/<li>/&::before.css ==================== */

#top .select-menu ol li::before {
	color: #d19d7b;
	font-weight: bold;
	font-family: Poppins, sans-serif;
	line-height: 1;
}

#top .select-menu ol li:nth-of-type(1)::before { content: '01'; }
#top .select-menu ol li:nth-of-type(2)::before { content: '02'; }
#top .select-menu ol li:nth-of-type(3)::before { content: '03'; }
#top .select-menu ol li:nth-of-type(4)::before { content: '04'; }
#top .select-menu ol li:nth-of-type(5)::before { content: '05'; }
#top .select-menu ol li:nth-of-type(6)::before { content: '06'; }


@media (max-width: 767px) {
	#top .select-menu ol li::before {
		font-size: 250%;
	}
}


@media (min-width: 768px) {
	#top .select-menu ol li::before {
		font-size: 320%;
	}
}



/* ==================== #top/select-menu/<ol>/<li>/<h5>.css ==================== */

#top .select-menu ol li h5 {
	display: flex;
	flex-wrap: wrap;
	font-weight: bold;
}


@media (max-width: 767px) {

	#top .select-menu ol li h5 {
		font-size: 100%;
	}

}


@media (min-width: 768px) {

	#top .select-menu ol li h5 {
		font-size: 120%;
	}

}



/* ==================== #top/select-menu/<ol>/<li>/<p>:nth-of-type(1).css ==================== */

#top .select-menu ol li p:nth-of-type(1) {
	display: flex;
	align-items: center;
	justify-self: start;
	height: 2em;
	border-radius: 1em;
	margin: 1em 0;
	padding: 0 1.25em;
	background: #d19d7b;
	color: white;
	font-size: 90%;
	line-height: 1;
}



/* ==================== #top/select-menu/<ol>/<li>/<p>:nth-of-type(2).css ==================== */

#top .select-menu ol li p:nth-of-type(2) {
	font-size: 95%;
	line-height: 1.6;
	text-align: justify;
}



/* ==================== #webadmission/@.css ==================== */

#webadmission {
	display: grid;
	justify-items: center;
	margin-bottom: 4em;
}



/* ==================== #webadmission/<hr>.css ==================== */

#webadmission hr {
	border: none;
	margin: 0;
	height: 4vw;
}



/* ==================== #webadmission/<img>.css ==================== */

@media (max-width: 767px) {


	#webadmission img[src*="_image_"] {
		width: 100vw;
	}

	#webadmission img[src*="btn_"] {
		width: 80vw;
	}

}


@media (min-width: 768px) {

	#webadmission img[src*="_image_"] {
		width: 79.0625vw;
	}

	#webadmission img[src*="btn_"] {
		width: 41.666666666667vw;
	}

}



/* ==================== #webadmission/s1.css ==================== */

#webadmission .s1 {
	justify-self: stretch;
	display: grid;
	justify-items: center;
	background: #daf3f2;
}



/* ==================== #webadmission/s2.css ==================== */

#webadmission .s2 {
	justify-self: stretch;
	display: grid;
	justify-items: center;
	background: url(../img/webadmission/bg_reason.png.webp) no-repeat center center / cover;
}



/* ==================== insta-feeds/<ul>.css ==================== */

.insta-feeds ul {
	display: grid;
	align-items: stretch;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.insta-feeds ul video,
.insta-feeds ul img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
}


@media (max-width: 767px) {

	.insta-feeds ul {
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 0.5em;
	}

	.insta-feeds ul li:nth-of-type(1),
	.insta-feeds ul li:nth-of-type(8) {
		grid-column: span 2;
		grid-row: span 2;
	}

}


@media (min-width: 768px) {

	.insta-feeds ul {
		grid-template-columns: repeat(5, 1fr);
		grid-gap: 1em;
	}

}