﻿
/* **************************************************

  		　　　　　　    ABOUT

************************************************** */
section#about {
    padding:7rem 0 3rem;
}
.about_bg_jpg {
    background-size:60% auto;
    padding-top:20rem;
}
.about_bg_clearbox {
    width:60%;
    background:rgba(0,0,0,0.7);
    margin:0rem 0 0 13rem;
    padding-top:3rem;
}
.about_bg_clearbox h2 {
    position:absolute;
    top:-9.0rem;
    left:1rem;
    margin:0;
}
.about_bg_clearbox h2::before {
    content:none;
}
.about_bg_clearbox h2 img {
    width:auto;
    height:12rem;
    display:block;
}
.about_bg_clearbox_text {
    width:90%;
    margin:0 auto;
    padding:1.5rem 0 3rem;
}
.about_bg_clearbox p {
    line-height:1.8em;
    font-size:1.2rem;
    margin-bottom:1rem;
    text-align:left;
}

/* -----------------------------------------------------
　　　　　　　　　縦書きテキスト（ABOUT）
----------------------------------------------------- */
.vertical_border {
    width:5rem;
    height:auto;
}
.vertical_border::after {
    width:1rem;
    height:10rem;
}
.vertical_text h2 {
    font-size:4.5rem;
    line-height:1em;
}

/* ABOUTのライン位置調整 */
section#about .vertical_border {
    padding-top:12rem;
    margin-top:-9rem;
}
section#about .vertical_text {
    left:0;
    right:auto;
}

/* STUDIOのライン位置調整 */
section#studio .vertical_border {
    padding-top:13rem;
    margin-top:-5rem;
}
section#studio .vertical_text {
    left:auto;
    right:1rem;
}

/* **************************************************
              
                　      TV

************************************************** */
.tv_inner {
    padding:3rem 0;
}
.tv_inner h2 {
    font-size:1.8rem;
    letter-spacing:0.2rem;
    width:8rem;
    height:3rem;
    line-height:3rem;
    top:-1.8rem;
}

/* **************************************************
              
                　    CLASS

************************************************** */
section#class {
    padding:8rem 0 3rem;
}

section#class ul {
    width:100%;
    max-width:calc(1280px * 0.9);
    margin-top:5rem;
}
section#class ul li {
    flex-basis:48%;
    margin-bottom:3rem;
}
section#class ul li:last-child {
    margin-bottom:3rem;
}
section#class ul li img {
      clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7rem), calc(100% - 9rem) 100%, 0 100%);

}
section#class ul li span {
    font-size:1.6rem;
    padding:0 1rem 0 0;
    height:2em;
    line-height:2em;
    letter-spacing:0.5rem;
    text-align:right;
}

/* VEW ALL */
div.view_all a {
    border-radius:2rem;
    padding:0.5rem 0rem 0.5rem 1.5rem;
    font-size:0.8rem;
}

/* **************************************************
              
                　   INSTRUCTOR

************************************************** */
section#instructor {
    padding:5rem 0 10rem;
}

/* -----------------------------------------------------
　　　　　　　　　スライドショー
----------------------------------------------------- */
.slideshow {
    margin:5rem 0 0;
}

/* フォトギャラリー */
.slideshow ul li {
    width:20rem;
}
.slideshow ul li span {
    bottom:0.2rem;
    right:0.7rem;
}

/* **************************************************

  		　　　　　　    STUDIO

************************************************** */
section#studio {
    padding:0rem 0 5rem;
}
section#studio img {
    width:75%;
    margin:7rem 0 3rem;
}
section#studio p {
    width:75%;
    line-height:1.8em;
    font-size:1.4rem;
    margin-bottom:1rem;
}

/* **************************************************
              
                　    PLACE

************************************************** */
section#place {
    padding:8rem 0 3rem;
}

.place_bg {
    margin-top:5rem;
}

section#place ul {
    margin:3rem auto 0;
    padding-top:5rem;
    max-width:calc(1280px * 0.9);
}
section#place ul li {
    width:100%;
    margin-bottom:3rem;
    padding-bottom:3rem;
}
section#place ul li:last-child {
    padding-bottom:5rem;
    border-bottom:1px solid #eee;
}
.place_list_left {
    flex-basis:50%;
}
.place_list_right {
    flex-basis:50%;
}

.place_list_right_inner {
    width:80%;
    margin:0 auto;
    line-height:1.8em;
    font-size:1.4rem;
}

/* 下向き吹き出し */
.place_list b {
    font-size:1.4rem;
    margin-bottom:3rem;
    padding:0.7rem 0;
}

span.place_address {
    font-size:1.2rem;
    line-height:1.4em;
}
.place_tel div {
    font-size:1.2rem;
    line-height:1.8em;
}

.place_tel dd span {
    font-size:0.8rem;
    line-height:1em;
}
.place_detail {
    width:14em;
    font-size:0.9rem;
    line-height:2.6em;
    margin:3rem auto 0;
}

/* **************************************************
              
                　    ENTRY

************************************************** */
section#entry {
    padding:0rem 0 0rem;
}
section#entry a.entry_banner {
    padding:1.5rem 0 1.5rem;
}
section#entry img {
    width:50%;
    max-width:640px;
}

/* **************************************************
              
                　    NEWS

************************************************** */
section#news {
    padding:8rem 0 5rem;
}

.news_bg {
    width:100%;
    margin:5rem 0 0;
}
ul.news_list .news_block {
    padding:5rem 0;
}

ul.news_list li .news_block_right_inner b {
    font-size:1.4rem;
    line-height:1.4em;
}

