@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    color: rgb(26, 26, 26);
}

body {
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

header, h2 {
    font-family: "athelas", sans-serif;
}

a {
    color: rgb(26, 26, 26);
}

a:visited {
    color: rgb(26, 26, 26);
}

em {
    font-style: normal;
}

.gotop {
    position: fixed;
    right: 5px;
    bottom: 5px;
}

.gotop img{
    width: 80px;
    cursor: pointer;
}

.contactBox {
    position: fixed;
    top: 30%;
    right: 30px;
    text-align: center;
}

.contactBox a {
    background-color: rgb(252, 249, 249, 0.9);
    color: #a87f7e;
    writing-mode: vertical-rl;
    display: table-cell;
    vertical-align: middle;
    width: 40px;
    height: 200px;
    border-radius: 30px;
    border: solid 1px #a87f7e;
    text-decoration: none;
    transition: 0.3s;
    font-size: 16px;
}

.contactBox a:hover {
    background-color: rgb(168, 127, 126, 0.9);
    color: #fff;
}

.contactIcon {
    display: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background: none;
    cursor: pointer;
}

.contactIcon,
.contactIcon a {
    display: inline-block;
    transition: 0.3s;
}

.contactIcon img {
    display: none;
}

header {
    background-image: url(..//images/main_visual.jpg);
    background-size: cover;
    width: 100%;
    height: 90vh;
    background-position: 50% 30%;
}

h1 {
    color: rgba(255, 255, 255, 0.9);
    font-size: 80px;
    font-style: italic;
    font-weight: lighter;
    text-align: center;
    display: block;
    padding-top: 150px;
}

h1 span {
    font-size: 24px;
    font-style: normal;
    color: rgb(255, 255, 255, 0.9);
}

main {
    padding: 0 9%;
}

h2 {
    color: #a87f7e;
    font-size: 56px;
    letter-spacing: -1px;
    font-weight: lighter;
}

.introduce {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10%;
}

.left, .leftText {
    width: 50%;
    box-sizing: border-box;
}

.right, .rightText {
    width: 50%;
    box-sizing: border-box;
}

.introduce .subVisual {
    width: 100%;
}

.rightText {
    padding-left: 3%;
    padding-right: 5%;
    font-size: 18px;
    margin-top: 10px;
}

.rightText p,
.leftText p {
    line-height: 1.8em;
    margin-top: 18px;
}

.leftText {
    padding-left: 5%;
    padding-right: 3%;
    font-size: 18px;
    margin-top: 16px;
}

.iconArrow {
    width: 36px;
    vertical-align: -11px;
    transform: rotate(180deg);
}

.other {
    text-align: right;
    font-size: 18px;
    margin-top: 3%;
}

.other a {
    text-decoration: none;
    transition: 0.4s;
}

.other a:hover {
    color: #b98c8b;
    text-decoration: none;
}

.mediumHeading {
    margin-top: 12%;
}

.mediumHeading h2 {
    text-align: center;
}

.lessonMenu {
    margin-top: 7%;
    display: flex;
    justify-content: space-between;
}

.lessonMenu div {
    width: 28%;
}

.lessonMenu div img {
    width: 100%;
}

h3 {
    margin-top: 5%;
    font-size: 24px;
    text-align: center;
    color: #8fa897;
}

h3 strong {
    color: #8fa897;
}

.lessonMenu p {
    font-size: 18px;
}

h3,
.lessonMenu p {
    line-height: 1.8em;
}

#lesson .schedule {
    font-size: 18px;
    text-align: right;
    margin-top: 20px;
}

.icon {
    width: 36px;
    vertical-align: -10px;
}

.teacher {
    margin: 10vh auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.teacherTextRight {
    text-align: left;
    padding-left: 30px;
    font-size: 18px;
    width: 50%;
    box-sizing: border-box;
    line-height: 1.8em;
}

.teacherTextLeft {
    text-align: right;
    font-size: 18px;
    width: 50%;
    box-sizing: border-box;
    line-height: 1.8em;
    padding-right: 48px;
}

.teacherTextLeft p {
    display: inline-block;
    text-align: left;
}

.teacherTextRight span,
.teacherTextLeft span {
    font-size: 32px;
    color: #8fa897;
    font-family: "athelas", sans-serif;
    font-style: italic;
    line-height: 1.8em;
}

.teacherImg {
    width: 50%;
}

.teacherImg img {
    width: 90%;
}

.ticketsDetail {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 7%;
    font-size: 18px;
    line-height: 1.8em;
    text-align: left;
}

.banner {
    width: 50%;
}

.banner img {
    width: 100%;
}

.ticketsText {
    width: 50%;
    margin-left: 60px;
}

.ticketsText span {
    font-size: 26px;
}

.accessDetail {
    display: flex;
    align-items: center;
    margin-top: 7%;
}

.accessLeft {
    width: 50%;
    padding-right: 3%;
}

.accessLeft_li {
    list-style: none;
    font-size: 18px;
    line-height: 2em;
}

.accessLeft .icon {
    width: 24px;
    vertical-align: -6px;
}

.accessRight {
    width: 50%;
    height: 300px;
}

.accessRight img {
    width: 100%;
}

.contactBanner {
    text-align: center;
}

.contactBanner p {
    font-size: 18px;
    margin-top: 7%;
}

.contactBanner img {
    margin-top: 20px;
    width: 50%;
}

.contactDetail {
    display: flex;
    justify-content: center;
    margin-top: 2%;
}

.contactLeft {
    width: 50%;
    box-sizing: border-box;
    font-size: 18px;
}

.contactLeftText {
    width: 250px;
    margin-left: auto;
    text-align: center;
}

.contactLeft li {
    list-style: none;
    line-height: 28px;
}

.contactLeftText .weekend {
    padding-left: 80px;
}

.snsIcon {
    width: 40px;
    padding: 20px;
}

.contactRight {
    width: 50%;
    font-size: 18px;
    padding-top: 3%;
    padding-left: 5%;
    box-sizing: border-box;
}

.contactRight p {
    align-items: center;
    margin-bottom: 20px;
}

.contactRight a {
    display: block;
    text-decoration: none;
    transition: 0.4s;
    box-sizing: border-box;
    color: #a87f7e;
    background-color: #fcf9f9;
    border: solid 1px #a87f7e;
    border-radius: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 240px;
}

.contactRight a:hover {
    color: #fff;
    background-color: #a87f7e;
}

footer {
    margin-top: 15%;
    background-color: #8fa897;
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 14px;
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
    h1 {
        font-size: 56px;
        padding-top: 150px;
    }

    h1 span {
        font-size: 20px;
    }

    .introduce h2 {
        font-size: 36px;
    }

    .leftText p,
    .rightText p {
        font-size: 16px;
        margin-top: 10px;
    }

    .other {
        font-size: 16px;
    }

    .mediumHeading h2 {
        font-size: 36px;
    }

    .lessonMenu h3 {
        font-size: 20px;
    }

    .lessonMenu p {
        font-size: 16px;
    }

    .teacher {
        width: 85vw;
    }

    .teacherTextRight,
    .teacherTextLeft {
        font-size: 16px;
    }

    .teacherTextLeft span,
    .teacherTextRight span {
        font-size: 24px;
    }

    .ticketsText {
        font-size: 16px;
    }

    .ticketsText span {
        font-size: 24px;
    }

    .accessDetail {
        align-items: flex-start;
    }

    .accessLeft_li {
        font-size: 16px;
    }

    .accessLeft .icon {
        width: 20px;
        vertical-align: -4px;
    }

    .accessLeft img {
        width: 26px;
    }

    .contactLeft {
        font-size: 16px;
    }

    .contactLeftText .weekend {
        padding-left: 80px;
    }

    .snsIcon {
        width: 32px;
        padding: 16px;
    }

    .contactRight {
        width: 50%;
        font-size: 16px;
        padding-left: 5%;
    }

    .contactRight a {
        width: 200px;
    }

}

    

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

    header {
        height: 70vh;
        background-repeat: no-repeat;
        background-position: 100% 0%;
    }
    
    .contactBox {
        display: none;
    }

    .contactIcon {
        box-sizing: border-box;
        outline: none;
        position: fixed;
        width: 60px;
        height: 60px;
        top: 60%;
        right: 10px;
        background-color: rgb(168, 127, 126, 0.8);
        border-radius: 50%;
        z-index: 100;
        padding-right: 4px;
    }

    .headerbar .contactIcon img {
        width: 26px;
        margin-top: 16px;
        display: block;
    }

    h1 {
        font-size: 42px;
        margin: 0;
        padding: 150px 24%;
    }

    h1 span {
        font-size: 16px;
    }

    .introduce {
        display: block;
        padding-top: 20%;
    }

    .introduce:nth-of-type(2) {
        display: flex;
        flex-direction: column-reverse;
    }

    .left, .leftText {
        width: 100%;
        box-sizing: border-box;
    }
    
    .right, .rightText {
        width: 100%;
        box-sizing: border-box;
    }

    .leftText,
    .rightText {
        font-size: 16px;
        padding: 3% 3% 0 3%;
    }

    .rightText p,
    .leftText p {
        margin-top: 7px;
    }
    
    .introduce .subVisual {
        width: 100%;
    }

    h2 {
        text-align: center;
        font-size: 36px;
        margin-top: 14px;
    }

    .mediumHeading h2 {
        margin: 56px 0 14px 0;
    }

    .other {
        font-size: 16px;
    }

    .iconArrow,
    .icon {
        width: 28px;
        vertical-align: -9px;
        margin-left: -3px
    }

    h3 {
        font-size: 24px;
        margin-top: 5px;
        text-align: center;
    }

    .lessonMenu {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .lessonMenu div {
        width: 100%;
        margin: 0 auto;
    }

    .lessonMenu img {
        margin-top: 30px;
    }

    .lessonMenu p {
        font-size: 16px;
        text-align: left;
        margin-top: 5px;
    }

    .teacher {
        display: block;
        margin-top: 7vh;
    }

    .teacher:nth-of-type(2) {
        display: flex;
        flex-direction: column-reverse;
    }

    .teacherTextLeft,
    .teacherTextRight {
        width: 100%;
        font-size: 16px;
        margin-top: 16px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }

    .teacherTextLeft span,
    .teacherTextRight span {   
        font-size: 24px;
    }

    .teacherTextLeft p {
        text-align: center;
    }

    .teacherImg {
        width: 100%;
    }

    .teacherImg img {
        width: 100%;
    }

    .ticketsDetail {
        display: block;
    }

    .banner {
        width: 100%;
        text-align: center;
    }

    .banner img {
        width: 100%;
    }

    .ticketsText {
        width: 100%;
        font-size: 16px;
        text-align: center;
        margin: 30px auto 0 auto;
    }

    .ticketsText span {
        font-size: 24px;
    }

    .accessDetail {
        display: block;
        margin-top: 7%;
        margin-right: 10px;
        text-align: center;
    }

    .accessLeft {
        width: 100%;
        padding: 3%;
        display: inline-block;
    }

    .accessLeft_li {
        font-size: 14px;
    }

    .accessLeft .icon {
        width: 20px;
        vertical-align: -5px;
    }

    .accessRight {
        width: 100%;
        margin: 0 auto;
    }

    .contactBanner p {
        font-size: 16px;
    }

    .contactBanner img {
        width: 80%;
    }

    .contactDetail {
        display: block;
    }

    .contactLeft {
        width: 100%;
        font-size: 16px;
    }

    .contactLeftText {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0;
    }

    .contactLeftText p,
    .contactLeftText li {
        text-align: center;
    }

    .contactLeftText .weekend {
        padding-left: 80px;
    }

    .snsIcon {
        width: 32px;
        padding: 16px;
    }

    .contactRight {
        width: 100%;
        /* text-align: center; */
        font-size: 16px;
        margin-top: 3%;
        padding: 0;
    }

    .contactRight a {
        width: 240px;
        margin: 0 auto;
    }

    footer {
        text-align: center;
        font-size: 10px;
    }

    .gotop {
        position: fixed;
        right: 3px;
        bottom: 3px;
    }

    .gotop img {
        width: 70px;
    }
}