@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*----------------------------------------
　　all
----------------------------------------*/
body {
    font-size: 62.5%;
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #121212;
    background-color: #070707;
    width: 100%;
    overflow-x: hidden !important;
}

img {
    width: 100%;
    height: auto;
}

h1 {
    position: relative;
    background: url(../images/thed_sp.jpg) no-repeat top;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 130vmin;
}

h1.tit_pc {
    display: none;
}

h2 {
    margin: 0 auto 50px;
    text-align: center;
}

h2 p.main {
    position: relative;
    display: inline-block;
    padding: 0 65px;
    text-align: center;
    color: #666;
}

h2 p.main:before,
h2 p.main:after {
    position: absolute;
    top: calc(50% - 3px);
    width: 50px;
    height: 6px;
    content: '';
    border-top: solid 1px #666;
    /*border-bottom: solid 1px #666;*/
}

h2 p.main:before {
    left: 0;
}

h2 p.main:after {
    right: 0;
}


h2 p.sub {
    margin: 0.8rem 0 0;
    font-size: 1.8rem;
    color: #1DB7D8;
    font-weight: normal;
}

h2.skip {
    padding-top: 80px !important;
    margin-top: -70px !important;
}

a {
    color: #1DB7D8;
    text-decoration: none;
}

a:hover {
    color: #1DB7D8;
    text-decoration: underline;
}

.top_img {
    background-color: #000;
}

.anc {
    scroll-behavior: smooth;
}

.col_def {
    color: #333;
}

.br_sp {
    display: block;
}

.br_pc {
    display: none;
}

.tex_m {
    font-size: 1.0rem;
}

.bold {
    font-weight: 700;
}

.switch {
    visibility: hidden;
}

.adjust_2r {
    margin-top: 3.8rem !important;
}

.top_title {
    position: absolute;
    top: 12%;
    left: 6%;
    font-size: 10vw;
    color: #999;
    font-weight: 100;
}

.main_unit {
    margin: 0 auto;
    padding: 20px 0 50px;
    width: 100%;
    color: #fff;
    font-size: .9rem;
}

.bgc_a {
    background-color: #000;
    margin: 0 auto;
    padding: 3rem 0;
}

.bgc_b {
    background-color: #222;
    margin: 0 auto;
    padding: 3rem 0 1rem;
}

.pc_none {
    display: block;
}

.tex_s {
    font-size: 85%;
}

.tex_l {
    font-size: 125%;
}

.bold {
    font-weight: 700;
}

.none_bold {
    font-weight: normal !important;
}

.copy {
    margin: 0 auto;
    padding: 1.5rem 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    background-color: #147F97;
}

@media (min-width: 768px) {
    .main_unit {
        margin: 0 auto;
        padding: 100px 0;
        width: 100%;
        color: #fff;
        font-size: .9rem;
    }
    
    h1.tit_pc {
        background: url(../images/thed_pc.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 60vmin;
        top: 0;
    }

    h1.tit_sp {
        display: none;
    }

    h1.tit_pc {
        display: block;
    }

    .sub_unit {
        padding-bottom: 0.5rem;
    }

    .sub_unit_end {
        padding-bottom: 4rem !important;
    }

    .br_sp {
        display: none;
    }

    .br_pc {
        display: block;
    }

    .top_title {
        top: 40%;
        left: 5vw;
        font-size: 8vw;
        color: #999;
        font-weight: 100;
    }

    .pc_none {
        display: none;
    }

    h2.skip {
        padding-top: 150px !important;
        margin-top: -150px !important;
    }

    .main_unit {
        margin-bottom: 20px;
        max-width: 960px;
    }

    .main_unit_contents {
        margin: -2rem auto 0;
    }

}

@media (min-width: 992px) {
    h1 {
        height: 60vmin;
    }
}



/*----------------------------------------
profile
----------------------------------------*/
.profile_unit {
    /*background-color: #000;*/
}

.box_image {
    margin: 0 auto;
    width: 70%;
}

.box_detail {
    margin: 4rem 2rem 0;
}

.prof_name {
    padding-bottom: 1.5rem;
    font-size: 1.3rem;
}

.box_detail p {
    margin: 1.8rem auto;
    line-height: 1.8rem;
    font-size: 1.0rem;
}

@media screen and (min-width: 767px) {
    .profile_unit {
        margin: 3rem 1.5rem 0;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;

        /*background-color: #000;*/
    }

    .box_image {
        width: 48%;
        padding: 0 2.5rem 0 0;
    }

    .box_detail {
        margin: 0 auto;
        width: calc(100% - 48%);
    }

    .prof_name {
        padding-bottom: 1.5rem;
        font-size: 1.3rem;
    }

    .box_detail p {
        margin: 1.8rem auto;
        line-height: 1.8rem;
    }
}



/*----------------------------------------
　　all / scrolltop
----------------------------------------*/
#page-top {
    position: fixed;
    bottom: 50px;
    right: 15px;
    display: block;
    opacity: 0.6;
}

#page-top a {
    text-decoration: none;
    color: #1DB7D8;
    font-size: 3.2rem;
    text-align: center;
    display: block;
}

#page-top a:hover {
    text-decoration: none;
}


/*----------------------------------------
　　top / header-navi
----------------------------------------*/
.inner {
    max-width: 960px;
    margin: 0 auto;
}

.inner:after {
    content: "";
    clear: both;
    display: block;
}

/* header */
#top-head {
    position: inherit;
    /*position: absolute;*/
    width: 100%;
    margin: 0 auto;
    padding: 1.5rem 0;
    line-height: 1;
    z-index: 999;
    background:rgba(29,183,216,0.7);
}

#top-head a,
#top-head {
    color: #ffffff;
    font-size: 1.0rem;
    text-decoration: none;
    
}

#top-head a {
    margin: 0 25px;
}

#top-head .inner {
    position: relative;
}



#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}

#global-nav ul li {
    float: left;
}

.ks_icon {
    /*background-color: #000;*/
    position: absolute;
    top: 17px;
    left: 12px;
}

.ks_icon:before {
    content: "";
    display: inline-block;
    width: 19px; /* スマホで見た時の幅 */
    height: 22px; /* スマホで見た時の高さ */
    background: url(../images/icn_white.png) no-repeat;
    background-size: contain;
    margin-right: -18px !important;
    vertical-align: middle;
}

@media screen and (min-width: 767px) {
    .ks_icon {
        position: relative;
        top: 4px;
        left: inherit;
    }
    
    /*.ks_icon:before {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }*/
       
}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 1.5rem;
    background: #147F97;
    transition: all 0.4s ease-in !important;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

#top-head.fixed #global-nav ul li a {
    margin: 0 25px;
    color: #ffffff;
    font-size: 16px;
}

#global-nav ul li a:hover,
#top-head a:hover {
    color: #1DB7D8;
}

@media screen and (min-width: 767px) {
    #global-nav ul li a:hover,
    #top-head a:hover {
        color: #1DB7D8 !important;
        border-bottom: none;
        padding-bottom: 3px;
    }
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 18px;
    top: 14px;
    width: 30px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}

#nav-toggle div {
    position: relative;
}

#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ffffff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 11px;
}

#nav-toggle span:nth-child(3) {
    top: 22px;
}

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

    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }

    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }

    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }

    #mobile-head {
        background: #147F97;
        width: 100%;
        height: 54px;
        z-index: 999;
        position: relative;
    }

    #top-head.fixed {
        margin: 0 0;
    }


    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #147F97;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .7s ease-in-out;
        -moz-transition: .7s ease-in-out;
        transition: 0.7s ease-in-out;
    }

    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
    }

    #global-nav ul li {
        float: none;
        position: static;
    }

    #global-nav ul li a:hover {
        padding-bottom: 0;
        border-bottom: none;
    }

    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #ffffff;
        margin: 0 0;
        padding: 22px 0;
        font-size: 16px;
    }

    #global-nav ul li a:hover {
        background-color: #0B4856;
        color: #1DB7D8 !important;
    }

    #nav-toggle {
        display: block;
    }

    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }

    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(554px);
        -webkit-transform: translateY(554px);
        transform: translateY(554px);
    }
}


/*----------------------------------------
　　news(Facebook)
----------------------------------------*/
.news_unit {
    margin: 0 1.5rem 4rem;
}

.fb_box_sp {
    width: 100%;
    height: 450px;
}

.fb_box_pc {
    display: none;
}

@media (min-width: 768px) {
    .fb_box_sp {
        display: none;
    }

    .fb_box_pc {
        display: block;
        text-align: center;
    }

}


/*----------------------------------------
　　contact-form
----------------------------------------*/
.btn_contact a {
    margin: 70px auto 0;
    padding: 1.2rem 0;
    display: block;
    width: 81%;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    background-color: #1DB7D8;
    border-radius: 0.25rem;
    text-decoration: none;
}

.contact_unit {
    margin: 2rem auto 0;
    width: 85%;
}

label {
    display: inline-block;
    margin-bottom: .8rem;
    font-size: 1.0rem;
    color: #fff;
    touch-action: manipulation;
}

.tag_danger {
    font-size: 0.8rem;
    color: #1DB7D8;
}

.form_control {
    display: block;
    width: 100%;
    padding: 0.8rem 0.8rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #444;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    box-sizing: border-box;
}

.form_group {
    margin-bottom: 1.5rem;
}

.error_notice {
    margin-top: 0.3rem;
    font-size: 12px;
    color: #1DB7D8;
    line-height: 1.6rem;
}

.btn_form {
    margin: 1rem auto 0;
    padding: 0.6rem 0.6rem;
    background-color: #1DB7D8;
    color: #fff;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 1.1rem;
    line-height: 150%;
    width: 100%;
}

textarea {
    resize: vertical;
    max-height: 500px;
    min-height: 150px;
}

.font_hosei {
    font-family: auto;
}

@media (min-width: 768px) {
    .contact_unit {
        margin: 3rem auto 0;
        width: 70%;
    }

    .btn_form {
        margin: 2.5rem auto 0;
        display: block;
        width: 30%;
    }

}


/*----------------------------------------
    thanks
----------------------------------------*/
.thanks_unit {
    margin: 1rem auto 0;
    text-align: center;
    font-size: 1rem;
    line-height: 2.0rem;
}

.thanks_top {
    margin: 1rem auto 2rem;
}

.thanks_top a {
    color: #fff;
    text-decoration: underline;
}
.thanks_top a:hover {
    color: #1DB7D8;
}


/*----------------------------------------
    table
----------------------------------------*/
.table_unit {
    max-width: 100%;
    margin: 0 25px 0 25px;
}
.table-scroll{
    overflow: auto; /*スクロールさせる*/
    white-space: nowrap; /*文字の折り返しを禁止*/
    color: #333;
    
}

/* 以下、スクロールバーを追加 */
.table-scroll::-webkit-scrollbar{　　
    height: 5px;
}
.table-scroll::-webkit-scrollbar-track{
    background: #fff;
}
.table-scroll::-webkit-scrollbar-thumb {
    background: #999;
}

/* 以下、tableの指定 */
.table-scroll table{
    border-collapse: collapse;
    border-spacing: 0;
    border-top: #333 solid 1px;
    border-left: #333 solid 1px;
}
.table-scroll table th,
.table-scroll table td{
    padding: 20px 15px;
    font-weight: normal;
    border-right: #333 solid 1px;
    border-bottom: #333 solid 1px;
    font-size: 1rem;
    vertical-align: middle !important;
    text-align: center;
}
.table-scroll table th{
    background: #82CEDE;
}
.table-scroll table td{
    background: #eee;
}

.day {
    width: 5%;
}
.time {
    width: 25%;
}
.level {
    width: 15%;
}
.detail {
    text-align: left !important;
}
.detail-th {
    text-align: center;
}
.studio {
    width: 15%;
}


/* index @media (min-width: 768px) */
@media (min-width: 768px) {

}


/*----------------------------------------
    class
----------------------------------------*/
.class_unit {
    margin: 40px 25px 0;
    padding: 25px 15px;
    border: 2px solid #1DB7D8;
    font-size: 1.0rem;
}

.class_fee {
    margin-top: 5px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.8rem;
}

.class_detail {
    margin: 20px auto;
    line-height: 1.5rem;
}

.class_studio {
    padding: 25px 0 0;
    border-top: 1px solid #1DB7D8;
}

.class_unit ul li {
    margin: 0 0 10px;
    line-height: 1.5rem;
}

/* index @media (min-width: 768px) */
@media (min-width: 768px) {
    .class_unit {
        margin: 40px auto 0;
        padding: 25px 25px;
        width: 75%;
    }
    .class_fee {
        margin-top: 10px;
    }
}
