@charset "UTF-8";
/* CSS Document */

/*-------------------------------------------

name: uniq.css

-------------------------------------------*/

/*=========================================
      gNav
=========================================*/
#header #headInner ul.gNav li#n04 a {
    color: #e7368e;
}

/*=========================================
      mv
=========================================*/
#mv {
    background: url(../img/mv.jpg) center no-repeat;
}


/*=========================================
      container
=========================================*/
#container {
    padding: 0;
}


/*======================================================

	一覧
	
======================================================*/

/*===========================================
	共通
===========================================*/
.section {
    padding: 0 0 60px;
}

.section .intro {
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
    text-align: left;
}

.section .intro > p {
    margin: 0 0 15px;
}

.section .star {
    color: #e7368e;
}

.section .original {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 3px -3px;
    background: url(../img/logo.png) center no-repeat;
    background-size: contain;
}

/*===========================================
	プログラム
===========================================*/
#program {}

#program .program {
    max-width: 1000px;
    margin: 0 auto;
}

#program .program > table {
    border-top: 1px solid #666;
    margin: 0 0 40px;
}

#program .program > table tr {
    border-bottom: 1px solid #666;
}

#program .program > table th {
    width: 25%;
    padding: 20px 10px;
    font-size: 110%;
    background: #fdf6ec;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
}

#program .program > table th .star {
    display: block;
}

#program .program > table th .en {
    display: block;
    font-size: 0.8em;
}

#program .program > table th .org {
    margin-bottom: 5px;
}

#program .program > table th .org span {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 0.8em;
    color: #FFF;
    background: #333;
    padding: 3px 5px 1px;
}

#program .program > table td {
    padding: 20px;
    background: #fff;
}

#program .program > table td .btnMore {
    margin: 15px auto 0;
}

#program .program > table td .btnMore a {
    padding: 12px 0;
}

#program .program > table td .info_red {
    color: #E60012;
}

/*===========================================
	料金
===========================================*/
/*キャンペーン*/
#price {}

#price .campaingn {
    margin: 0 0 50px;
}

#price .campaingn .h_cmp {
    text-align: center;
    margin: 0 auto 20px;
}

#price .campaingn .h {
    color: #ed006a;
    font-weight: bold;
    font-size: 28px;
    margin: 0 0 15px;
    text-align: center;
}

#price .campaingn > ul {
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
}

#price .campaingn > ul li {
    float: left;
    width: 32%;
    margin: 0 0.666% 10px;
    color: #fff;
    padding: 15px 0;
    background: #ed006a;
    font-size: 18px;
    text-align: center;
    border-radius: 3px;
    line-height: 1.3;
}

#price .campaingn > ul li:first-child {
    width: 98.6%;
}

#price .campaingn > ul li:first-child span {
    margin: 0 10px;
}

#price .campaingn > ul li strong {
    font-size: 150%;
}

#price .campaingn > ul li .subTxt {
    margin: 5px 0;
    font-weight: bold;
}

/*料金表*/
#price ul.priceList {
    width: 95%;
    margin: 0 auto 40px;
    overflow: hidden;
}

#price ul.priceList > li {
    float: left;
    width: 32%;
    margin: 0 0.66%;
}

#price ul.priceList > li > div {}

#price h4 {
    font-size: 24px;
    margin: 0 0 25px;
    text-align: center;
}

#price h4 span {
    padding: 0 0 5px;
    border-bottom: 4px solid #e7368e;
}

/*table*/
#price table.pTbl {
    width: 100%;
    margin: 0 0 15px;
    border-collapse: separate;
    border-spacing: 1px 2px;
}

#price table.pTbl .h th {
    background: #333;
    padding: 6px 0;
    color: #fff;
    text-align: center;
}

#price table.pTbl td {
    background: #ffdff9;
    padding: 12px 10px;
    line-height: 1.3;
    text-align: center;
}

#price table.pTbl td:first-child {
    width: 32%;
}

#price table.pTbl td small {
    display: block;
}

#price ul.priceList > li .ast {}

#price ul.priceList > li .ast p {
    margin: 0 0 3px;
}


/*バナー*/
.banner {
    padding: 80px 0;
}

.banner ul li {
    width: 90%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.banner ul li:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-size: cover !important;
}

.banner ul li:hover:after {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.banner ul li .overlay {
    text-align: center;
    color: #fff;
    padding: 120px 0;
    z-index: 1;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
}

.banner ul li .overlay h3 {
    color: #fff;
}

.banner ul li .overlay h3 span {
    display: block;
}

.banner ul li .overlay h3 .en {
    font-size: 30px;
    letter-spacing: 0.2em;
    line-height: 1;
}

.banner ul li .overlay h3 .en:after {
    content: "";
    display: block;
    background: #fff;
    width: 15px;
    height: 1px;
    margin: 15px auto;
}

.banner ul li .overlay h3 .jp {
    font-weight: bold;
    font-size: 120%;
    line-height: 2;
}

.banner ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-decoration: none;
}

.banner ul li:hover .overlay {}

.banner ul li#TT:after {
    background: url(../../teacher_training/img/mv.jpg) center 15% no-repeat;
}




/*SPA BREESE*/
/*#spa{ padding:50px 0; margin:0 auto; text-align:center;}
#spa h4 span{ border-color:#059eec;}
#spa > div{}
#spa .intro strong{ color:#059eec;}
#spa table.pTbl{ width:500px; margin:0 auto;}
#spa table.pTbl td{ background:#fff;}
#spa .option{ width:400px; margin:20px auto 10px; padding:10px; border:2px dotted #059eec;}
#spa .option .md02{ font-weight:bold;}*/


/*======================================================

	詳細
	
======================================================*/
.detail {
    max-width: 1000px;
    margin: 0 auto;
}

.detail .section {
    padding: 40px 0;
    border-top: 1px solid #666;
}

.detail .section .ph {
    width: 40%;
    float: right;
}

.detail .section .fltL {
    width: 55%;
}

.detail .section .h {
    margin: 0 0 10px;
}

.detail .section .h span.jp,
.detail .section .h span.en {
    display: block;
}

.detail .section .h span.jp {
    font-size: 25px;
}

.detail .section .h span.en {
    padding: 0 0 0 5px;
}

.detail .section .h span.star {
    padding: 0 0 0 5px;
}

.detail .section .h span.original {
    margin: 0 6px -3px;
}

.detail .section .txt {
    margin: 0 0 10px;
}

.detail .section dl dt {
    font-weight: bold;
    font-size: 110%;
}

.detail .section .subBox {
    padding: 20px 0 0;
}




/*==============================================

	スマホ

==============================================*/
@media only screen and (max-width: 739px) {


    /*===========================================
	アンカー
===========================================*/
    .anc li a {
        min-height: 50%;
    }

    /*===========================================
	共通
===========================================*/
    .section {
        padding: 40px 0;
    }

    .section .star {}

    /*===========================================
	プログラム
===========================================*/
    #program {
        background: #eee;
    }

    #program .program {
        max-width: inherit;
        padding: 0 4%;
    }

    #program .program > table {
        border-top: none;
    }

    #program .program > table tr {
        border-bottom: none;
    }

    #program .program > table th {
        display: block;
        width: auto;
        padding: 10px 4%;
        text-align: left;
    }

    #program .program > table th .star {
        display: inline-block;
        margin: 0 0 0 2px;
    }

    #program .program > table td {
        display: block;
        padding: 10px 4% 25px;
        line-height: 1.4;
    }


    /*===========================================
	料金
===========================================*/
    /*キャンペーン*/
    #price .campaingn {
        margin: 0 0 40px;
    }

    #price .campaingn .h_cmp {
        width: 80%;
        margin: 0 auto 15px;
    }

    #price .campaingn .h {
        font-size: 20px;
        margin: 0 0 15px;
        line-height: 1.3;
    }

    #price .campaingn > ul {
        max-width: 95%;
    }

    #price .campaingn > ul li {
        float: none;
        width: auto;
        margin: 0 0 5px;
        padding: 10px 0;
        font-size: 15px;
    }

    #price .campaingn > ul li:first-child {
        width: auto;
    }

    #price .campaingn > ul li:first-child span {
        display: block;
        margin: 0;
    }

    #price .campaingn > ul li strong {
        font-size: 150%;
    }

    #price .campaingn > ul li .subTxt {}

    /*料金表*/
    #price ul.priceList {
        width: auto;
        margin: 0;
    }

    #price ul.priceList > li {
        float: none;
        width: auto;
        margin: 0 0 40px;
    }

    #price ul.priceList > li > div {
        padding: 0 2%;
    }

    #price h4 {
        font-size: 20px;
        margin: 0 0 15px;
        background: #e7368e;
        color: #fff;
        padding: 10px 0;
        letter-spacing: 0.1em;
    }

    #price h4 span {
        padding: 0;
        border-bottom: none;
    }

    /*table*/
    #price table.pTbl {
        margin: 0 0 10px;
    }

    #price table.pTbl .h th {
        padding: 8px 0;
    }

    #price table.pTbl td {
        padding: 10px 0;
    }

    #price table.pTbl td:first-child {}

    #price table.pTbl td small {}

    #price ul.priceList > li .ast {}

    #price ul.priceList > li .ast p {}


    /*バナー*/
    .banner {
        padding: 30px 0;
    }

    .banner ul li {}

    .banner ul li:after {}

    .banner ul li .overlay {
        padding: 50px 0;
    }

    .banner ul li .overlay h3 {}

    .banner ul li .overlay h3 span {}

    .banner ul li .overlay h3 .en {
        font-size: 20px;
    }

    .banner ul li .overlay h3 .en:after {}

    .banner ul li .overlay h3 .jp {}

    .banner ul li a {}

    .banner ul li#TT:after {
        background-position: right 15%;
    }


    /*SPA BREESE*/
    /*#spa{ padding:0 0 40px;}
#spa h4{ background:#059eec; letter-spacing:0;}
#spa h4 span{}
#spa > div{ padding:0 5%;}
#spa .intro strong{}
#spa table.pTbl{ width:100%;}
#spa table.pTbl td{}
#spa .option{ width:auto; margin:10px auto; padding:15px 10px;}
#spa .option .md02{}
#spa .ast{ text-align:left;}*/


    /*======================================================

	詳細
	
======================================================*/
    .detail {}

    .detail .section {
        padding: 20px 5%;
    }

    .detail .section .ph {
        width: auto;
        float: none;
        margin: 0 0 20px;
    }

    .detail .section .fltL {
        width: auto;
    }

    .detail .section .h {
        margin: 0 0 15px;
    }

    .detail .section .h span.jp {
        font-size: 15px;
    }

    .detail .section .h span.en {
        padding: 0;
        display: block;
    }

    .detail .section .h span.star {
        padding: 0;
    }

    .detail .section .txt {
        margin: 0 0 10px;
    }

    .detail .section dl dt {}








}
