@charset "UTF-8";

body{
    font-family: "Noto Serif JP", serif;
    background-color: #F8EFE5;
    max-width: 1440px;
    margin: 0 auto;
    color: #3E2622;
}

.wrapper{
    padding: 0 40px;
}

img{
    max-width: 100%;
}

a{
    text-decoration: none;
    color: #3E2622;
}

li{
    list-style: none;
}
h2{
    font-size: 40px;
}


/* header */
#header{
    height: 100vh;
    /* width: 100%; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.main-header{
    background-image: url(../img/main_kv.jpg);
}

.header-flex{
    display: flex;
    justify-content: space-between;
    padding: 20px 100px 20px 45px;
    text-align: center;
}
.header-flex img{
    width: 100px;
}
#navi{
    display: flex;
    gap:  0 24px;
    align-items: center;
}

#navi a{
    color: #fff;
    transition: color 0.3s ease;
    filter: drop-shadow(1px 1px 6px #fff);
}
#navi a:hover{
    color: rgba(255, 255, 255, 0.7);
}
h1 img{
    width: 300px;
    position: absolute;
    top: 60%;
    left: 5%;
}


/* works */

.works-inr{
    background-color: #FBF7F2;
    padding: 20px;
    margin: 80px auto;
    max-width: 1100px;
    border-radius: 10px;
    position: relative;
}
.works-inr .sub-title{
    position: absolute;
    top: -5%;
    width: 300px;
}
.works-inr h2{
    margin-top: 40px;
    font-weight: lighter;
    padding-left: 20px;
}
.works-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px 20px;
}
.works-img{
    width: 60%;
}
.works-img img{
    width: 100%;
}
.works-text{
    width: 50%;
}
.works-text p{
    padding: 10px 0;
    font-size: 20px;
}


/* プロフィール */

#profile{
    background-image: url(../img/profile_background.png);
    /* width: 100%; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 100px;
}
.profile-inr{
    display: flex;
    align-items: center;
    padding: 100px 10px 30px;
    justify-content: space-between;
    gap: 0 20px;
}
.profile-text .sub-title{
    width: 300px;
    padding-top: 30px;
}
.profile-text{
    width: 70%;
    line-height: 1.8;
    text-align: left;
}
.profile-text .title{
    font-size: 40px;
    padding-bottom: 30px;
    text-align: left;
    margin: 0;
}
.profile-text p{
    font-size: 16px;
}
.profile-img{
    text-align: right;
}
.profile-img img{
    width: 80%;
}


/* レッスン */

.lesson-title{
    position: relative;
}
.lesson-title img{
    position: absolute;
    top: -30px;
    right: 100px;
    width: 300px;
}
.lesson-title .title{
    text-align: center;
}
.lesson-flex{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 100px;
    margin-bottom: 100px;
}
.lesson-kind{
    text-align: center;
}
.lesson-kind .lesson-ja{
    font-size: 20px;
}
.lesson-kind .lesson-en{
    font-size: 26px;
}
.lesson-kind a{
    color: #3E2622;
}
.lesson-kind a:hover{
    color: #3E2622;
    transition: all 0.5s;
    opacity: 0.5;
}

/* メッセージ */

#message{
    background-image: url(../img/message_background.png);
    height: 70vh;
    /* width: 100%; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
.message-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #D9D9D9;
    opacity: 0.8;
    width: 80%;
    padding: 40px 10px;
    text-align: center;
}
.message-text .sub-title{
    width: 300px;
}
.message-text .title{
    padding-bottom: 20px;
}


/* お問い合わせ */

#contact{
    text-align: center;
    margin-bottom: 100px;
    overflow: hidden;
}
.contact-title{
    position: relative;
}
.contact-title .sub-title{
    position: absolute;
    top: 60px;
    left: 30%;
    width: 300px;
}
#contact .title{
    padding: 100px 0 10px;
}
#contact p{
   padding: 30px 0;
}
.contact-img{
    display: flex;
    gap: 0 30px;
    align-items: center;
    justify-content: center;
}
.contact-img img{
    width: 45px;
    vertical-align: bottom;
}
.contact-img a:hover{
    opacity: .8;
}


/* footer */

footer{
    height: 60px;
    /* width: 100%; */
    background-color: #3E2622;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 14px;
}



/* ------------------------
Office Yoga
----------------------------*/
.office-header{
    background-image: url(../img/officeyoga_kv.png);
}

/* Office Yogaとは */
.officeYoga{
    position: relative;
    padding: 100px 40px;
    overflow: hidden;
}
.office-title .sub-title{
    position: absolute;
    top: 60px;
    left: 1%;
    width: 500px;
}
.office-text{
    text-align: center;
}
.office-yoga p{
    font-size: 18px;
}
.office-text .title{
    margin-bottom: 60px;
}


/* オフィスヨガの効果 */
.effect-sec{
    position: relative;
}
.effect-title{
    position: absolute;
    width: 300px;
    right: 100px;
}
.effect-sec .title{
    padding: 30px 0;
    text-align: center;
}
.effect-inr{
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}
.effect-flex{
    display: flex;
    width: 50%;
    padding: 40px;
    margin: 0 10px;
    justify-content: center;
    background-color: #F1E5DC;
    border-radius: 15px;
    align-items: center;
}
.effect-list{
    width: 50%;
}
.effect-list .orange{
    font-size: 26px;
    color: #F19B46;
    border-bottom: dotted 1px #F19B46;
    display: inline-block;
    margin-bottom: 20px;
}
.effect-list .pink{
    font-size: 26px;
    color: #EC9FDB;
    border-bottom: dotted 1px #EC9FDB;
    display: inline-block;
    margin-bottom: 20px;
}
.effect-list li{
    margin-bottom: 20px;
    font-size: 18px;
}
.effect-img{
    width: 50%;
}


/* 企業にとってヨガは取り入れやすい */
.easy-sec{
    background-color: #BBA492;
}
.easy-title{
    position: relative;
}
.easy-title .easy-sec1{
    position: absolute;
    top: 30px;
    right: 10px;
    width: 400px;
}
.easy-title .easy-sec2{
    position: absolute;
    top: 100px;
    left: 0;
    width: 700px;
}
.easy-sec .title{
    padding-top: 150px;
    color: #fff;
    text-align: center;
    font-weight: lighter;
    margin-bottom: 50px;
}
.easy-flex{
    display: flex;
    justify-content: space-between;
}

.easy-inr{
   background-color: #F1E5DC;
   padding: 30px 20px;
   margin-bottom: 50px;
   border-radius: 20px;
   text-align: center;
   width: 32%;
}
.easy-inr ul{
    display: inline-block;
}
.easy-inr img{
    width: 30%;
}
.easy-inr .person-img{
    width: 40%;
}
.easy-inr .clock-img{
    width: 40%;
}
.easy-subtitle h3{
    margin: 20px;
    font-size: 26px;
    color: #F19B46;
    border-bottom: dotted 1px #F19B46;
    display: inline-block;
}
.easy-inr li{
    margin-bottom: 10px;
    text-align: left;
}


/* レッスン開始までの流れ */
.process-sec{
    position: relative;
}
.process-title{
    position: absolute;
    right: 60px;
    top: 60px;
    width: 400px;
}
.process-sec .title{
    text-align: center;
    padding: 100px 0 30px;
}

.process-box {
    background: #FDF5F1;
    border-radius: 20px;
    padding: 60px 40px;
    margin-top: 40px;
  }
  
  .process-steps {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  
  .step {
    display: flex;
    gap: 30px;
    align-items: center;
  }
  .step-img{
    width: 20%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .step-img img {
    height: auto;
  }
  /* 縦線を追加 */
.step-img::before {
    content: "";
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
    width: 1.6px;
    height: 100px; 
    background-color: #705D4C;
    opacity: .3;
  }
  .step:last-child .step-img::before {
    display: none;
  }
  .step-content{
    width: 80%;
  }
  .step-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  
  .step-content p {
    font-size: 18px;
    line-height: 1.8;
  }

  /* ---------------------------
  event
  ------------------------------*/
  .post-thumb{
    height: auto;
  }
  .event-header{
    background-image: url(../img/event_kv.png);
  }
.event-header h1 img{
    width: 230px;
}
.event-title{
    position: relative;
}
.event-title .sub-title{
    position: absolute;
    width: 300px;
    right: 150px;
    top: 70px;
}
.event-sec .title{
    text-align: center;
    padding: 100px 0 50px;
}
.event-flex{
    display: flex;
    gap: 0 30px;
    margin-bottom: 50px;
}

.event-flex img{
    width: 35%;
}
.event-flex .event-text{
    width: 70%;
}
.event-text h3{
    margin-bottom: 10px;
}


  
@media screen and (max-width:950px) {
    h2{
        font-size: 32px;
    }
    .wrapper{
        padding: 20px 40px;
    }
    .header-flex{
        padding-left: 30px;
    }
    #navi{
        width: 200px;
        position: fixed;
        top: 0;
        right: -200px;
        background-color: #705D4C;
        height: 100%;
        overflow-y: auto;
        padding: 100px 20px;
        z-index: 20;
        opacity: 0;
        transition: all 0.5s;
        flex-direction: column;
      }
    .open #navi{
        right: 0;
        opacity: 1;
    }
    #navi li{
        position: relative;
        padding: 20px 0;
    }
    .hamburger{
        width: 50px;
        height: 30px;
        position: fixed;
        transition: all 0.5s;
        cursor: pointer;
        right: 35px;
        top: 20px;
        z-index: 20;
    }
    .hamburger span{
        display: block;
        width: 100%;
        height: 2px;
        background-color: #fff;
        transition: all 0.5s;
        position: absolute;
    }
    .hamburger span:nth-child(2) {
        top: 50%;
      }
      .hamburger span:nth-child(3) {
        bottom: 0;
      }
      .open .hamburger span{
        background-color: #fff;
      }
      .open .hamburger span:nth-child(1){
        top: 50%;
        transform: rotate(-45deg);
      }
      .open .hamburger span:nth-child(2){
        display: none;
        transition: all 0.5s;
      }
      .open .hamburger span:nth-child(3){
        top: 50%;
        transform: rotate(45deg);
      }
      .lesson-flex{
       gap: 50px 0;
      }
      .works-flex{
        flex-direction: column;
        padding: 10px;
      }
      .works-img{
        width: 100%;
        padding-top: 10px;
    }
      .works-text {
        width: 100%;
      }
      .profile-inr{
        flex-direction: column;
        padding: 30px 10px;
      }
      .profile-text{
        width: 100%;
      }
      .profile-text .title{
        padding-bottom: 20px;
      }
      .profile-img{
        width: 100%;
        margin-top: 20px;
      }
      .profile-img img{
        width: 100%;
      }
      .lesson-flex{
        flex-direction: column;
      }


      /* office yoga */
      .effect-inr{
        flex-direction: column;
      }
      .effect-flex{
        width: 100%;
        flex-direction: column-reverse;
        margin: 10px 0;
        align-items: center;
      }
      .effect-img{
        width: 50%;
      }
      .easy-flex{
        width: 100%;
        flex-direction: column;
      }
      .effect-list{
        text-align: center;
        width: auto;
      }
      .effect-items li{
        text-align: left;
      }
      .easy-sec2{
        display: none;
      }
      .easy-inr{
        width: 100%;
      }

      .easy-inr img{
        width: 20%;
    }
    .easy-inr .person-img{
        width: 30%;
    }
    .easy-inr .clock-img{
        width: 30%;
    }
    .process-box {
        padding: 20px 10px;
      }
      .process-title{
        width: 300px;
        right: 0px;
        top: 90px;
      }
    .step{
        flex-direction: column;
        gap: 0;
    }
    .step-img{
        width: 150px;
    }
    .step-img::before{
        display: none;
    }
    .step-content h3{
        text-align: center;
    }

    .event-title .sub-title{
        right: 0px;
        top: 70px;
    }
    .event-flex{
        flex-direction: column;
    }
    .event-flex img{
        width: 80%;
        margin: 0 auto;
    }
    .event-flex .event-text{
        width: 100%;
        text-align: center;
        margin: 20px auto 60px;
    }
}

