@charset "UTF-8";
body,p,h1,h2,h3,h4,li,a{
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
}
.pc-only { display: block; }
.sp-only { display: none; }

@media screen and (max-width: 767px) {
  .pc-only { display: none; }
  .sp-only { display: block; }
}


.cmn-btn a:hover {
    background: #b8826e;
    border: 1px solid #b8826e;
}


.top-news .top-sec__ttl::after{
    display: none;
}





.menu-list-li {
    background: white;
    padding: 30px;
}

#access .w_40{
    width: 38.5%;
}
#access .w_60{
    width: 58.5%;
}


#footer {
    color: #fff;
    background: #000;
}
.footer_left {
    width: 53%;
}
.footer_right {
    width: 45%;
    max-width: 400px;
}
.footer_info {
    padding: 15px 25px;
    background: #1F1F1F;
}


@media screen and (max-width:767px) { 
    #access .w_40{
        width: 100%;
    }
    #access .w_60{
        width: 100%;
    }
    .footer_left {
        width:100%;
        margin-bottom: 20px;
    }
    .footer_right {
        width: 100%;
        max-width: 400px;
    }
}



.menu-list-li h4 {
    font-weight: bold;
    font-size: 1.2em;
}
span.price .value {
    font-size: 1.4em;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    color: #7fb0cb;
}

span.price {
    font-size: 0.9em;
    font-weight: bold;
}

.header__reserve-btn{
    background:#d1b099;
}
.header.is-scrolled {
    background: #b89a84;
}
.header.is-scrolled nav ul li a{
    color: white;
}
section#about {
    background: #E2E1E0;
}

section.top-feature{
    background: #ECECDD !important;
}
.cmn-reservation__item {
    background: #d1b099;
    border: 1px solid #d1b099;
}
/*#footer {
    background: #4F3C36;
}*/
#footer {
    background:#b89a84;
}
.footer_info{
    background: transparent;
}






/*top mv*/
.top-mv-slide::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #fff, #808080);
    mix-blend-mode: multiply;
}

.top-mv-slide .slick-slide {
    height: calc(100vh - 110px);
}

.top-mv-slide .slick-slide figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 110%;
    height: 100%;
    transition: all 6s linear;
}

.top-mv-slide .slick-slide.slick-active figure {
    left: -10%;
}

.top-mv-slide .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-mv-txt {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
}

.top-mv-txt h2 {
    margin-top: 30px;
    font-size: 3.8rem;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.5;
}

.top-mv-en {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
    font-size: 6.5vw;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: .7;
    color: #A39F97;
    mix-blend-mode: color-dodge;
}

.top-contact-btn {
    display: none;
}

@media screen and (max-width: 1280px) {
    .top-mv-slide .slick-slide {
        height: calc(70vh - 132px);
    }
    .top-contact-btn {
        position: relative;
        display: flex;
        align-items: center;
        height: 72px;
        padding: 0 32px;
        font-size: 1.8rem;
        font-weight: 700;
        color: #fff;
        background-color: #0028B1;
    }
    .top-contact-btn i {
        margin-right: 16px;
        font-size: 3.2rem;
        vertical-align: -4px;
    }
    .top-contact-btn::after {
        content: '\f061';
        position: absolute;
        right: 16px;
        top: 50%;
        display: block;
        width: 40px;
        text-align: center;
        font-family: 'Font Awesome 6 Free';
        font-size: 1.3rem;
        line-height: 40px;
        color: #0028B1;
        background-color: #fff;
        border-radius: 50%;
        transform: translateY(-50%);
    }
}

.top-mv-txt img {
  width: 280px;
}

@media screen and (max-width: 1024px) {
    .top-mv-txt img {
        width: 250px;
    }
    .top-mv-txt h2 {
        margin-top: 20px;
        font-size: 5vw;
    }
}

@media screen and (max-width: 768px) {
    .top-mv-en {
        bottom: 0;
        top: 0;
        width: auto;
        font-size: 7vh;
        line-height: .75;
        writing-mode: vertical-rl;
        text-orientation: mixed;
    }



    figure.download-icon {
      width: 24px !important;
  }

  figure.download-icon img{
      width: 100% !important;
  }
}

@media screen and (max-width: 480px) {
    .top-mv-txt img {
        width: 160px;
    }

}

.top-mv-slide .slick-slide {
    opacity: 0;
    transition: opacity 1s linear;
}

.top-mv-slide .slick-active {
    opacity: 1;
}

.col-original{
    color: #645863 !important;
}
.f-mincho{
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
}
.top-feature ul li {
    width: 50%;
}
@media screen and (max-width:767px) { 
    .top-feature ul li {
        width: 100%;
        margin-bottom: 0 !important;
        padding-bottom:  0 !important;
    }
    .top-feature__ttl {
        margin-top: 40px;
    }
}



#lesson .tabs {
  display: flex;
}

#lesson .tab-button {
    padding: 16px 8px;
    cursor: pointer;
    border: 1px solid #e2e1e0;
    background: #e2e1e0;
    border-bottom: none;
    width: 50%;
    color: #666;
    /*font-weight: bold;*/
    font-size: 15px;
}

#lesson .tab-button.active{
    background: #b8826e;
    color: white;
}

#lesson .tab-content.active {
  pointer-events: auto;
  opacity: 1;
}


#lesson .tab-content {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#lesson .tab-content.active {
  display: block;
  opacity: 1;
}
.top-feature__ttl{
    overflow: initial;
}
.lesson1 figure {
    padding: 0 40px 16px;
    background: white;
}
.top-feature ul li{
    /*width: 33.3333%;*/
}


.lesson2 div {
    padding: 16px 32px;
}
.lesson2 div h3 {
    color: #b8826e;
    font-size: 18px;
    margin-bottom: 8px;
}
.lesson2 div table {
    width: 100%;
    background: #f7f7f7;
}

.lesson2 div th, .lesson2 div td {
    width: 50%;
    border: 1px solid #ccc;
    padding: 16px;
    text-align: center;
}
.lesson2 div td {
    background: #f7f7f7;
}
.table03 table th{
    background: #f7f7f7;
}
.container-inner {
    max-width: 1080px;
}

.ins_bdiv {
    display: flex;
    justify-content: space-between;
    /*max-width: 700px;*/
    margin: auto;
    flex-wrap: wrap;
    align-items: flex-start;
}
.ins_img img {
    /*border-radius: 1000px; */
}
.ins_sdiv {
    /*width: 47%;*/
    /*width: 32%;*/
    width: 29%;
}
.ins_sdiv img {
    border-radius: 46px;
}
.ins_sdiv.detaildiv {
    position: relative;
}

.ins_sdiv.detaildiv p {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}
.ins_sdiv.detaildiv p.ins-sub {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    left: 16px;
}
.ins_p {
    position: absolute;
    top: -27px;
    background: white;
    padding: 8px 32px;
    left: 8px;
    font-weight: bold;
    color: #444;
}
#lesson a.tab-button {
    display: block;
    text-align: center;
}

p.about-p1 {
    text-align: center;
    font-size: 2em;
    color: #645863;
}
p.about-p2 {
    text-align: center;
    font-size: 1.4em;
    color: #645863;
    margin: 40px auto 40px;
}
p.about-p3 {
    text-align: center;
    font-size: 1.1em;
    color: #645863;
    margin: 0px auto 40px;
}
#message .cmn-btn{
    text-align: center;
}
th.bg-orange {
    background: #d0a48a;
    color: white;
}
.ins_bdiv.baseline {
    align-items: baseline !important; 
}

.about-box-1 {
    display: flex;
    flex-wrap: wrap;
    /*flex-direction: row-reverse;*/
}
.about-box-2 {
    width: 50%;
}
.about-box-3 {
    width: 50%;
}
.about-box-2 img {
    display: block;
}
.sepia-image1 {
    filter: grayscale(0.8) sepia(0.3) brightness(1.03) contrast(0.95) saturate(1.2) hue-rotate(-10deg);
    mask-image: linear-gradient(to right, transparent 0%, black 40%, black 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 40%, black 100%);
}

.sepia-image2 {
    filter: grayscale(1) brightness(1.05) contrast(1.05);
}
.bg-1{
    background-color: #e9dfd7;
}
.bg-2{
    background-color: #e0e0e0;
}
.about-box-2 img {
    max-height: 420px;
    object-fit: cover;
    width: 100%;
}
.about-guidelines2 .about-box-1 {
    flex-direction: row-reverse;
}
.about-box-3>div {
    padding: 40px;
    max-width: 500px;
    margin: auto;
}
.about-box-3>div h3:before {
    /*content: '- ';*/
}

.about-box-3>div h3 {
    font-size: 1.4em;
    margin-bottom: 24px;
    position: relative;
}
.about-box-3>div p {
    line-height: 2em;
    font-size: 1.05em;
}
.about-first>div h3:after {
    content: 'YUYON method';
    font-family: 'Dancing Script', Great Vibes, cursive;
    position: absolute;
    top: -77px;
    font-size: 48px;
    color: #d4d4d4;
    left: -10%;
}

.fadeUp {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.8s ease, transform 0.8s ease; /* ← transitionを追加 */
}

.fadeUp.is-show {
    opacity: 1;
    transform: translateY(0);
}



@media screen and (max-width:767px) { 
    p.about-p1{
        text-align: center;
        font-size: 1.4em;
    }
    p.about-p2 {
        text-align: center;
        font-size: 1.4em;
    }
    p.about-p3 {
        text-align: center;
        font-size: 1.05em;
    }
    .ins_bdiv.baseline {
        padding-top: 20px;
    }
    .ins_sdiv.detaildiv p.ins-sub {
        bottom: -24px;
    }
    .about-box-3{
        width: 100%;
    }
    .about-box-2{
        width: 100%;
    }
    .about-first>div h3:after {
        top: -68px;
        font-size: 35px;
    }
    .header.is-scrolled nav ul li a{
        color: #645863 !important;
    }
    .header nav ul li.reserve-buttonsp a {
        display: block;
        background: #b8826e;
        color: white !important;
        padding: 10px 0;
    }
}

@media screen and (max-width:550px) { 
    .top-feature__ttl{
        margin-top: 0;
    }
    .lesson2 div {
        padding: 16px 16px;
    }
    .ins_sdiv{
        width: 100%;
    }
    .ins_sdiv.detaildiv p {
        position: initial;
        bottom: initial;
        right: initial;
        margin: initial;
        left: initial;
        text-align: right;
        margin-top: 20px;
    }
    .inner,.container {
        padding: 0 10%;
    }
    .lesson2 div{
        padding-left: 0;
        padding-right: 0;

    }
}


.about-sec h3 {
    max-width: 800px;
    margin: 0 auto 20px;
    padding: 8px 16px;
    background: #C69073;
    color: white;
    font-size: 1.2em;
}
.method-big {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 40px;
}
.method-big h3{
    width: 100%;
    color: #C69073;
    font-size: 2em;
    text-align: center;
    padding: 40px 0 20px;
}
.meth-div h4 {
    font-size: 1.6em;
    color: #C69073;
    text-align: center;
    margin-bottom: 10px;
}
.meth-div p {
    font-size: 0.95em;
}
.meth-div {
    width: 31%;
    margin-bottom: 20px;
    background: white;
    padding: 16px;
    border-radius: 20px;
}
@media screen and (max-width:767px) { 
    .meth-div {
        width: 100%;
    }
}

p.footer-text1 {
    width: 100%;
    font-size: 0.9em;
    margin-top: 24px;
}
p.footer-text2 {
    width: 100%;
    font-size: 0.9em;
    /*margin-top: 24px;*/
}
.w_50 {
    width: 48%;
}

p.insta_sns img {
    max-width: 33px;
}

@media screen and (min-width:768px) { 
    .pc_ten{
        display: inline-block;   
    }
    .pc-center{
        text-align: center;
    }
}
@media screen and (max-width:767px) { 
    .w_50{
        width: 100%;
    }
    
    .ins_sdiv {
        width: 80%;
        margin: 0 auto 40px;
    }
    .page-id-54 .ins_sdiv {
        margin-bottom: 10px;
    }
    .ins_sdiv+.ins_sdiv {
        width: 80%;
        margin: 0 auto 10px;
    }
    .ins_bdiv {
        text-align: center;
    }
    .ins_bdiv p{
        text-align:left;
    }
    .ins_bdiv img {
        max-width: 200px;
        border-radius: 107px;
    }
    .pc_ten{
        display: none;   
    }
    .pc-center{
        text-align: left;
    }
    .pc-center br{
        display: none;
    }
}




.about-guidelines-new {
    background: url(https://yuyon-pilates.com/wp-content/themes/yuyon/img/message-bg.png) !important;
}

.page-id-50 .sub-mv {
    background: url(https://yuyon-pilates.com/wp-content/themes/yuyon/img/oko.jpg) no-repeat center / cover;
}
@media screen and (min-width:551px) {
    .sub-mv h2 {
        padding: 80px 0;
    }
}
@media screen and (max-width:550px) {
    .sub-mv h2 {
        padding: 160px 0;
    }
    .page-id-50 .sub-mv {
        background-position: center 83%;
    }
}





.page-id-71 .sub-mv {
    background: url(https://yuyon-pilates.com/wp-content/themes/yuyon/img/sub/access_bg.png) no-repeat center / cover;
}

.page-id-54 .sub-mv {
    background: url(https://yuyon-pilates.com/wp-content/themes/yuyon/img/sub/inst_bg.png) no-repeat center / cover;
}
.page-id-52 .sub-mv {
    background: url(https://yuyon-pilates.com/wp-content/themes/yuyon/img/sub/lesson_bg.png) no-repeat center / cover;
}
.page-id-65 .sub-mv {
    background: url(https://yuyon-pilates.com/wp-content/themes/yuyon/img/sub/news_bg.png) no-repeat center / cover;
}


.page-button-design {
    text-align: center;
}

#access iframe {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}