@charset  "utf-8";

/* latin-ext */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: local(Raleway),local(Raleway-Regular),url(https://fonts.gstatic.com/s/raleway/v11/YZaO6llzOP57DpTBv2GnyFKPGs1ZzpMvnHX-7fPOuAc.woff2) format("woff2");
    unicode-range: U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: local(Raleway),local(Raleway-Regular),url(https://fonts.gstatic.com/s/raleway/v11/QAUlVt1jXOgQavlW5wEfxQLUuEpTyoUstqEm5AMlJo4.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'),local(OpenSans),url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01m4X0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+0460-052F,U+20B4,U+2DE0-2DFF,U+A640-A69F;
}

/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'),local(OpenSans),url(https://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5UYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'),local(OpenSans),url(https://fonts.gstatic.com/s/opensans/v13/LWCjsQkB6EMdfHrEVqA1KYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'),local(OpenSans),url(https://fonts.gstatic.com/s/opensans/v13/xozscpT2726on7jbcb_pAoX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'),local(OpenSans),url(https://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEEYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+0102-0103,U+1EA0-1EF9,U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'),local(OpenSans),url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'),local(OpenSans),url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000;
}

/* - .art-yoga general
 ------------------------------------------------------------ */
.art-yoga {
    background-color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
}

.art-yoga .wrapping,.art-yoga [class*=grid-].wrapping,.art-yoga [class*=grid-][class*=noGuter-].wrapping {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
}

.art-yoga .row {
    max-width: 1380px;
    padding: 1em;
}

.art-yoga .inner {
    width: 100%;
/* background-color: #fbfbfb; */
    padding: 1em;
    text-align: left;
}

.art-yoga [class*=col-] {
/* border: 1px dotted #ccc; */
}

.art-yoga .white-space span:not(.eccetto) {
    white-space: nowrap;
    display: inline-block;
}

/* - .art-yoga text
 ------------------------------------------------------------ */
.art-yoga h1,.art-yoga h2,.art-yoga h3,.art-yoga h4,.art-yoga h5 {
    font-weight: 400;
    line-height: 1.25;
    font-family: 'Raleway',sans-serif;
}

.art-yoga h1 {
}

.art-yoga h2 {
    margin: 2em .5em;
}

.art-yoga h3 {
}

.art-yoga h4 {
}

.art-yoga h5 {
}

.art-yoga p {
    font-size: .85em;
}

.art-yoga em {
    font-style: normal;
    font-weight: 700;
}

/* - .art-yoga .fl-box;
 ------------------------------------------------------------ */
.art-yoga .fl-box {
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
}

.art-yoga .fl-box.link {
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.art-yoga .fl-box .co-item {
    margin: 1em;
}

.art-yoga .co-item a {
    background-color: #95d66e;
    color: #fff;
    padding: .75em 3em;
    width: 100%;
    margin: 0 0 1em;
    font-weight: 700;
    font-size: 1.2em;
}

.art-yoga .co-item a:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

.art-yoga .co-item a[href*="taiken/"] {
    background-color: #fdb150;
}

/* - header
 ------------------------------------------------------------ */
.art-yoga header {
    width: 100%;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.art-yoga header h1 {
    position: relative;
    text-align: center;
}

.art-yoga header h1 img {
    max-height: 477px;
}

/* - .intro
 ------------------------------------------------------------ */
.art-yoga .intro {
    padding: 1em;
}

.art-yoga .intro h2 {
    text-align: center;
    letter-spacing: 3px;
}

.art-yoga .intro p {
    width: 90%;
    margin: 1em auto;
    text-align: center;
    font-size: 1.25em;
}

/* - .program
 ------------------------------------------------------------ */
.art-yoga .program {
    padding: 0 1em;
}

.art-yoga .program .yoga {
    border-right: 2px dotted #dedede;
    margin: 0 0 2em;
}

.art-yoga .program .img .inner {
    padding: 0;
}

.art-yoga .program img {
    display: block;
    margin: 0 auto 1em;
}

.art-yoga .program h2 {
    text-align: center;
    letter-spacing: 5px;
    color: #5d5d5d;
    margin: 0 0 1em;
}

.art-yoga .program h4 {
    font-size: 1em;
    font-weight: 700;
    color: #555;
    margin: .5em 0;
    padding: .5em 0 0;
    border-top: 1px dotted #ccc;
}

.art-yoga .program p {
    padding: .5em 0;
}

.art-yoga .program h4 span {
    font-weight: 400;
    padding: 0 0 0 .7em;
}

.art-yoga .program h4 .fa {
    font-size: 120%;
    width: 28px;
}

/* - .general
 ------------------------------------------------------------ */
.art-yoga .program .general .inner {
    border-right: 1px dotted #ccc;
    border-bottom: 1px dotted #dedede;
    border-radius: 2px;
    text-align: center;
}

.art-yoga .program .general span {
    text-align: center;
    display: block;
    margin: 0 0 1em;
}

.art-yoga .program .general span b {
    font-size: .8em;
    letter-spacing: 3px;
    color: #6d675c;
}

.art-yoga .program .general small {
    display: block;
}

.art-yoga .program .general .inner .fa {
    display: block;
    text-align: center;
    font-size: 3em;
    color: #b1aa9c;
    padding: .1em 0;
}

.art-yoga .program .general p {
/* margin: 1em 0; */
    border: none;
/* padding: 1em; */
}

/* - .map
 ------------------------------------------------------------ */
.art-yoga .program .map {
    margin: 0 0 1em;
}

.art-yoga .program .map .inner {
    background-color: #f5f5ef;
    min-height: 250px;
}

/* - .in-fo
 ------------------------------------------------------------ */
.art-yoga .in-fo {
}

.art-yoga .in-fo span {
    padding: .75em 1em;
    border: 2px solid #efc7c3;
    border-radius: 8px;
    display: inline-block;
    margin: 0 .5em .5em 0;
    color: #e07b7e;
    font-weight: 700;
    font-size: 1.15em;
    letter-spacing: 2px;
}

/* - .iter
 ------------------------------------------------------------ */
.art-yoga .iter {
    margin: 1em;
    padding: 1px;
    border: 3px dashed #dedede;
    border-radius: 6px;
}

.art-yoga .iter .inner {
    padding: 1em;
}

.art-yoga .iter p {
}

.art-yoga .iter .shot {
}

.art-yoga .iter .shot img {
    border: 1px solid #dedede;
    margin: 0 0 .5em;
    background-color: #f1f1f1;
}

.art-yoga .iter .shot span {
    font-size: 2.25em;
    font-weight: 700;
    line-height: 1.4;
    background-color: #e48e8e;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: -18px;
    text-align: center;
}

/* - .tutor-profile
 ------------------------------------------------------------ */
.art-yoga .tutor-profile .inner {
    padding: 3em;
    border-right: 1px dotted #fff;
}

.art-yoga .tutor-profile .jenny {
    background-color: #9fe2ba;
}

.art-yoga .tutor-profile .chihoko {
    background-color: #f3b6b0;
}

.art-yoga .tutor-profile .jaja {
    background-color: #efe899;
}

.art-yoga .tutor-profile a {
    display: block;
}

.art-yoga .tutor-profile a h3 {
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.art-yoga .tutor-profile li {
    vertical-align: top;
    display: inline-block;
}

.art-yoga .tutor-profile li img {
    width: 50px;
}

.art-yoga .tutor-profile p {
    margin: 1em 0;
    font-size: .9em;
    line-height: 1.6;
}

.art-yoga .tutor-profile img {
    width: 150px;
    border-radius: 50%;
    display: block;
    margin: .5em auto;
    color: #000;
/* border: 2px solid #FFF; */
}

/* - .social Icon
 ------------------------------------------------------------ */
.socialIcon {
    text-align: center;
    margin: 20px auto;
    border-top: 1px dotted #ccc;
    padding: 14px 0 10px;
    border-bottom: 1px dotted #ccc;
    max-width: 500px;
    width: 100%;
}

.fb-like {
    top: -1px;
}

.socialIcon .flex-container {
    display: -webkit-inline-flex;
    display: inline-flex;
}

.socialIcon .flex-container .social {
    -webkit-justify-content: center;
    justify-content: center;
    align-content: space-between;
    width: 80px;
}

/* - .copyright
 ------------------------------------------------------------ */
.art-yoga .copyright {
    text-align: center;
    font-size: .6rem;
    color: #555;
    background-color: #f4f4f4;
    margin: 0 auto;
    padding: .5em;
    width: 100%;
}

.art-yoga a.credit {
    text-align: left;
    font-size: .6rem;
    color: #555;
    margin: 0 0 0 1em;
    display: block;
    width: 100%;
}

/* - ## x >= 540 - 940
 ------------------------------------------------------------ */
@media screen and (min-width: 540px) and (max-width: 940px) {
    .nav-list .nav-item:last-child {
        display: none;
    }

    .nav-list .nav-item:first-child {
        display: none;
    }
}

/* - ## x >= 768px
 ------------------------------------------------------------ */
@media screen and (max-width: 768px) {
    .art-yoga .fl-link .col {
        min-width: 100%;
    }
}

/* - ## x >= 769px
 ------------------------------------------------------------ */
@media screen and (min-width: 769px) {
    .art-yoga .fl-box.link {
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .art-yoga .fl-box .co-item {
        margin: 1em;
    }
}

/* - ## x >= 1025px
 ------------------------------------------------------------ */
@media screen and (min-width: 1025px) {
    .art-yoga .iter {
        margin: 2em auto;
        padding: 2em;
    }

    .art-yoga .iter .inner {
        padding: 1em;
    }
}

/* - ## x >= 1281px
 ------------------------------------------------------------ */
@media screen and (min-width: 1281px) {

}

/* - ## ie
 ------------------------------------------------------------ */
@media all and (-ms-high-contrast:none) {
    .fa {
        display: none;
    }
}

html,body {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    text-align: center;
    background: #f5f5f5;
}

.button {
    display: inline-block;
    margin: 100px 0;
    padding: 12px 34px;
    color: #fff;
    border-radius: 60px;
    font-weight: 500;
    background: #1ecd97;
    -webkit-transition: .24s ease;
    -moz-transition: .24s ease;
    -o-transition: .24s ease;
    transition: .24s ease;
}

.button:hover {
    cursor: pointer;
    background: #1bb787;
}

.modal-box {
    height: 0;
}

.content {
    display: table;
    position: fixed;
    top: 0;
    left: 25%;
    right: 25%;
    bottom: 0;
    width: 50%;
    max-width: 600px;
    margin: auto;
    padding: 30px 20px;
    vertical-align: middle;
    z-index: -1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 20px rgba(0,0,0,.1),0 5px 10px rgba(0,0,0,.15);
    background: #fff;
}

.content > span {
    display: table-cell;
    text-align: center;
    font-size: 28px;
    font-weight: 200;
}

.toggle-on {
    display: none;
}

.toggle-on:checked + .toggle-off + .content {
    z-index: 100;
}

.toggle-off {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(0,0,0,.20);
    z-index: -1;
    -webkit-transition: .6s ease-out,1s z-index ease-out;
    -moz-transition: .6s ease-out,1s z-index ease-out;
    -o-transition: .6s ease-out,1s z-index ease-out;
    transition: .6s ease-out,1s z-index ease-out;
}

.toggle-on:checked + .toggle-off {
    opacity: 1;
    -webkit-transition: .4s ease-in,.3s z-index ease-in;
    -moz-transition: .4s ease-in,.3s z-index ease-in;
    -o-transition: .4s ease-in,.3s z-index ease-in;
    transition: .4s ease-in,.3s z-index ease-in;
    z-index: 1;
}

.toggle-button {
    display: inline-block;
    margin: .8em 0 0;
    padding: .5em 1.2em;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    border-radius: 4px;
    background: #1ecd97;
    -webkit-transition: .24s ease;
    -moz-transition: .24s ease;
    -o-transition: .24s ease;
    transition: .24s ease;
}

.toggle-button:hover {
    cursor: pointer;
    background: #1bb787;
}

/* rotate */
.ani-rotate {
    opacity: 0;
    -webkit-transition: .4s ease,1s z-index ease;
    -moz-transition: .4s ease,1s z-index ease;
    -o-transition: .4s ease,1s z-index ease;
    transition: .4s ease,1s z-index ease;
    -webkit-transform: rotate(450deg);
    -moz-transform: rotate(450deg);
    -ms-transform: rotate(450deg);
    transform: rotate(450deg);
}

.toggle-on:checked + .toggle-off + .ani-rotate {
    opacity: 1;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

a.book {
    display: inline-block;
    margin: .8em .5em 0;
    padding: .7em 1.2em;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    border-radius: 4px;
    background: #f16e51;
    -webkit-transition: .24s ease;
    -moz-transition: .24s ease;
    -o-transition: .24s ease;
    transition: .24s ease;
}

a.book:hover {
    color: #fff;
    background: #dc4322;
    cursor: pointer;
}