@charset "utf-8";
/* ---- about-editor ---- */
.about-sect .editor span {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    color: #46392C;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 1.2;
    font-family: 'Belleza', serif;
    padding: 20px 35px 30px;
    display: none;
}
.about-sect .editor span::before {
    content: '';
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 5px;
    width: 20px;
    height: 1px;
    background: #463A2C;
}
/* content */
.a_layout {
    position: relative;
    box-sizing: border-box;
    max-width: 1024px;
    margin: 0 auto;
}
.a_layout .a_item1 {
    position: relative;
    box-sizing: border-box;
    display: flex;
}
.a_layout .a_item2 {
    padding: 40px;
}
.a_layout .a_item3 {
    display: flex;
    flex-direction: row;
}
.a_col{
    width: 50%;
}
.title3{
    padding: 32px;
}
.a_layout .a_item4 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 40px;
}
.a_layout .a_item4 .a_lo1{
    width: 54%;
}
.a_layout .a_item4 .a_lo2{
    width: 46%;
    text-align: right;
}
.a_layout .a_item1 .a_col p {
    padding-top: 30px;
}
.a_layout .a_item1 .a_col {
    width: 50%;
    position: relative;
    box-sizing: border-box;
}
.a_layout .a_item1:last-of-type{
    align-items: end;
    margin-top: -11%;
}
.a_layout .a_item1:first-of-type .a_col:first-of-type { 
    width: 100%;
}
.a_layout .a_item1:first-of-type .a_col:last-of-type { 
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 25px 60px 60px 60px;
    background: rgba(255, 255, 255, 0.9);
}
.a_layout .a_item1:last-of-type .a_col:first-of-type { 
    width: 61.2%;
    padding-right: 43.5px;
}
.a_layout .a_item1:last-of-type .a_col:last-of-type { 
    width: 38.8%;
    padding-left: 43.5px;
}
.a_layout .title {
    position: relative;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.a_layout .title span {
    position: relative;
    box-sizing: border-box;
    color: #46392C;
    font-size: 55px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.8;
    font-family: 'Belleza', serif;
}
.a_layout .title h2 {
    position: relative;
    box-sizing: border-box;
    color: #46392C;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1.2;
    margin: 0;
    padding-left: 70px;
}
.a_layout .a_item1 .title h2::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    width: 40px;
    height: 1px;
    border-radius: 100%;
    background: rgb(70, 57, 44, 0.6);
}
.a_layout .a_item1 .title h2::after {
    content: 'Heartyoga';
    position: absolute;
    top: 8px;
    left: 50px;
    line-height: 0;
    color: rgb(57 ,44 ,38 , 0.1);
    font-family: 'Meow Script', serif;
    font-size: 90px;
}
.title3 span{
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.55em;
    line-height: 1;
    color: #46392C;
}
.title3 p{
    padding-top: 30px;
}
.a_layout .a_item3 .a_col .title3 span::before{
    content: '';
    position: absolute;
    bottom: 30.5%;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    border-radius: 100%;
    background: rgb(70, 57, 44, 0.6);
}
/* .a_layout .a_item4 .a_col {
    padding-left: 35px;
}     */
.a_layout h3 {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    color: #46392C;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 1.2;
    font-family: 'Belleza', serif;
    padding: 20px 35px;
    margin: 0 0 0 -7px;
}
.a_layout h3::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    width: 20px;
    height: 1px;
    background: #463A2C;
}
.a_layout p {
    color: #555555;
    margin: 0;
    letter-spacing: 0.7px;
    line-height: 2;
}
@media screen and (max-width: 1100px) {
    .a_layout .a_item1:last-of-type {
        align-items: end;
        margin-top: -7%;
    }
    .title3 span {
        letter-spacing: 0.3em;
    }
}
@media screen and (max-width: 1000px) {
    .a_layout .a_item1 {
        flex-direction: column;
    }
    .a_layout .a_item1 .a_col p {
        padding: 20px 90px 0 90px;
    }
    .a_layout .a_item1:first-of-type .a_col:first-of-type{
        width: 100%;
        text-align: center;
    }
    .a_layout .a_item1:first-of-type .a_col:last-of-type{
        width: 100%;
        text-align: center;
        padding: 20px;
        position: relative;
    }
    .a_layout .a_item1 .title h2::after {
        font-size: 60px;
    }
    .a_layout .a_item2 {
        text-align: center;
        padding: 20px;
    }
    .title3 span {
        letter-spacing: 0.1em;
        font-size: 20px;
    }
    .title3 p {
        padding-top: 10px;
    }
    .a_layout .a_item3 .a_col .title3 span::before {
        display: none;
    }
    .a_col {
        width: 100%;
    }
    .a_layout .a_item3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .a_layout .a_item4 {
        display: flex;
        flex-direction: column-reverse;
        padding: 0 20px;
        align-items: center;
        text-align: center;
    }
    .title3 {
        padding: 20px;
    }
    .a_layout .title {
        margin: 0;
        align-items: center;
    }
    .a_layout h3 {
        text-align: center;
        display: inline-block;
        padding: 11px 35px 20px;
    }
    .a_layout .a_item1:last-of-type {
        align-items: unset;
        margin: 0;
    }
    .a_layout .a_item1:last-of-type .a_col:first-of-type{
        width: 100%;
        padding: 0 0 15px;
    }
    .a_layout .a_item1:last-of-type .a_col:last-of-type {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .a_layout .a_item4 .a_lo2 {
        width: 100%;
        text-align: center;
        padding: 0 0 20px;
    }
    .a_layout .a_item4 .a_lo1 {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .a_layout .title {
        display: block;
    }
    .a_layout .title h2{
        display: inline-block;
        margin: 0 0 0 -30px;
    }
    .a_layout .title span {
        line-height: 1.2;
        font-size: 45px;
        display: block;
    }
    .a_layout h3{
        font-size: 20px;
    }
    .a_layout .a_item1 .a_col p {
        padding: 0px;
        padding-top: 10px;
    }
}
/*------------ notice-editor ------------*/
.notice-editor .step {
    background: url('../../images/common/notice/bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 45px 40px;
    min-height: 577px;
    box-sizing: border-box;
}
.notice-editor .step h2 {
    text-align: center;
    margin: 0 0 60px;
}
.notice-editor .step ul,
.notice-editor .step ol,
.notice-editor .step li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.notice-editor .step ul {
    max-width: 650px;
}
.notice-editor .step li {
    display: inline-block;
    margin: 0 50px 35px 0;
}
.notice-editor .step .child4 {
    margin-left: 40px;
}
.notice-editor h3 {
    font-size: 16px;
    color: #72665F;
}
.notice-editor .pic {
    margin: 0 -16px;
}
.notice-editor .pic img {
    margin: 0 15px 10px;
}
/*------------ terms-editor ------------*/
.terms-editor .title {
    line-height: .8;
    font-size: 17px;
    color: #46392C;
}
/*------------ index-about-editor ------------*/
.index-about-editor {
    text-align: center;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px) {
    .about-editor .col {
        float: none;
        width: 100%;
        margin-bottom: 5px;
    }
    .about-editor h2 {
        margin-bottom: 5px;
        padding: 3px;
    }
    .contact-editor {
        padding: 0 2%;
    }
    .contact-info-list li {
        margin: 2px 0;
    }
    .contact-editor .col {
        width: 100%;
        padding: 0;
    }
    .contact-map {
        margin-bottom: 5px;
    }
    .contact-info-list {
        margin: 5px 0;
    }
}
@media screen and (max-width: 767px) {
    .notice-editor .step {
        padding: 45px 10px;
    }
    .notice-editor .step ul {
        text-align: center;
        max-width: 100%;
    }
    .notice-editor .step .child4 {
        margin-left: 5px;
    }
    .notice-editor .step li {
        display: inline-block;
        margin: 0 5px 35px;
    }
}
@media screen and (max-width: 480px) {
    .notice-editor .pic {
        margin: 0;
    }
    .notice-editor .pic img {
        margin: 0px 0 10px;
    }
}